Refactored Map_find_string MT-test
[libcds.git] / tests / data / test.conf
index e270395179e8f890dd945ba3ba9ac2c94455b517..d65bd7131d793a835034c3f58a27c40c318ef423 100644 (file)
@@ -115,6 +115,14 @@ PercentExists=50
 PassCount=1\r
 MaxLoadFactor=4\r
 PrintGCStateFlag=1\r
+# *** Cuckoo map properties\r
+CuckooInitialSize=1024\r
+CuckooProbesetSize=16\r
+# 0 - use default\r
+CuckooProbesetThreshold=0 \r
+# *** MultiLevelHashMap properties\r
+MultiLevelMapHeadBits=10\r
+MultiLevelMapArrayBits=4\r
 \r
 [Map_find_string]\r
 ThreadCount=8\r
@@ -123,6 +131,14 @@ PercentExists=50
 PassCount=1\r
 MaxLoadFactor=4\r
 PrintGCStateFlag=1\r
+# *** Cuckoo map properties\r
+CuckooInitialSize=1024\r
+CuckooProbesetSize=16\r
+# 0 - use default\r
+CuckooProbesetThreshold=0 \r
+# *** MultiLevelHashMap properties\r
+MultiLevelMapHeadBits=10\r
+MultiLevelMapArrayBits=4\r
 \r
 [Map_InsDel_int]\r
 InsertThreadCount=4\r