conghuhu commented on code in PR #2238:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2238#discussion_r1256782987


##########
hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java:
##########
@@ -45,24 +48,29 @@
 @Warmup(iterations = 2, time = 1000, timeUnit = TimeUnit.MILLISECONDS)
 @Measurement(iterations = 6, time = 1000, timeUnit = TimeUnit.MILLISECONDS)
 @State(Scope.Benchmark)
-@Fork(3)
+@Fork(2)
 public class MapRandomGetPutThroughputTest {
 
-    private static final int MAP_CAPACITY = 100000;
-    private final ConcurrentHashMap<Integer, Integer> concurrentHashMapNonCap =
-        new ConcurrentHashMap<>();
+    @Param(value = {"1600", "10000", "100000", "1000000"})

Review Comment:
   
![image](https://github.com/apache/incubator-hugegraph/assets/56248584/5e7d12ea-bc1d-4442-be7c-1f7821ebd3e0)
   IntMapBySegments has a check, my computer is 16c, so setting 1000 failed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to