javeme commented on code in PR #2377:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2377#discussion_r1417092825


##########
hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java:
##########
@@ -57,9 +58,11 @@ public class MapRandomGetPutThroughputTest {
 
     private ConcurrentHashMap<Integer, Integer> concurrentHashMap;
 
-    private IntMap.IntMapBySegments intMapBySegments;
+    private IntMap intMapBySegments;
 
-    private IntMap.IntMapByEcSegment intMapByEcSegments;
+    private IntMap intMapByDynamicHashNonCap;
+
+    private IntMap intMapByDynamicHash;

Review Comment:
   intMapByDynamicHashWithCap



##########
hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java:
##########
@@ -57,9 +58,11 @@ public class MapRandomGetPutThroughputTest {
 
     private ConcurrentHashMap<Integer, Integer> concurrentHashMap;
 
-    private IntMap.IntMapBySegments intMapBySegments;
+    private IntMap intMapBySegments;
 
-    private IntMap.IntMapByEcSegment intMapByEcSegments;
+    private IntMap intMapByDynamicHashNonCap;

Review Comment:
   prefer intMapByDynamicHashWithoutCap



-- 
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