Added different bit_reversal algo to SplitListSet/Map stress test
[libcds.git] / test / stress / data / test.conf
index 256617eb7584ab13f24ab3dcc09dbbaf480859e8..1cf4ca8a4bcff121895e6dfb3e5c66998086fe8d 100644 (file)
@@ -115,9 +115,9 @@ QueueSize=2000000
 \r
 [map_find_string]\r
 ThreadCount=8\r
-MapSize=500000\r
+MapSize=50000\r
 PercentExists=50\r
-PassCount=2\r
+PassCount=4\r
 MaxLoadFactor=4\r
 \r
 # *** Cuckoo map properties\r
@@ -168,8 +168,8 @@ FeldmanMapArrayBits=8
 [map_insdel_string]\r
 InsertThreadCount=4\r
 DeleteThreadCount=4\r
-ThreadPassCount=5\r
-MapSize=50000\r
+ThreadPassCount=8\r
+MapSize=20000\r
 MaxLoadFactor=4\r
 \r
 # *** Cuckoo map properties\r
@@ -200,7 +200,6 @@ CuckooProbesetThreshold=0
 FeldmanMapHeadBits=8\r
 FeldmanMapArrayBits=8\r
 \r
-\r
 [map_delodd]\r
 MapSize=10000\r
 InsThreadCount=4\r
@@ -230,6 +229,20 @@ PassCount=1000
 FeldmanMapHeadBits=8\r
 FeldmanMapArrayBits=8\r
 \r
+[map_iter_erase]\r
+MapSize=5000\r
+InsThreadCount=4\r
+DelThreadCount=4\r
+ExtractThreadCount=2\r
+FindThreadCount=2\r
+MaxLoadFactor=4\r
+PassCount=1000\r
+\r
+# *** FeldmanHashMap properties\r
+FeldmanMapHeadBits=8\r
+FeldmanMapArrayBits=8\r
+\r
+\r
 [free_list]\r
 ThreadCount=4\r
 PassCount=1000000
\ No newline at end of file