Added different bit_reversal algo to SplitListSet/Map stress test
[libcds.git] / test / stress / data / test.conf
index c42ae7b7c9ebc30f9abf67e5a9b8f0da02e47e4f..1cf4ca8a4bcff121895e6dfb3e5c66998086fe8d 100644 (file)
@@ -18,15 +18,15 @@ StackSize=2000000
 EliminationSize=4\r
 \r
 [Stack_PushPop]\r
-PushThreadCount=16\r
-PopThreadCount=16\r
-StackSize=16000000\r
+PushThreadCount=4\r
+PopThreadCount=4\r
+StackSize=8000000\r
 EliminationSize=4\r
 \r
 [IntrusiveStack_PushPop]\r
-PushThreadCount=16\r
-PopThreadCount=16\r
-StackSize=32000000\r
+PushThreadCount=4\r
+PopThreadCount=4\r
+StackSize=8000000\r
 EliminationSize=4\r
 # Flat combining stack parameters\r
 # FCIterate=1 - the test will be run iteratively\r
@@ -102,22 +102,22 @@ PassCount=1000000
 \r
 [pqueue_pop]\r
 ThreadCount=8\r
-QueueSize=10000000\r
+QueueSize=2000000\r
 \r
 [pqueue_push]\r
 ThreadCount=8\r
-QueueSize=10000000\r
+QueueSize=2000000\r
 \r
 [pqueue_push_pop]\r
 PushThreadCount=4\r
 PopThreadCount=4\r
-QueueSize=10000000\r
+QueueSize=2000000\r
 \r
 [map_find_string]\r
 ThreadCount=8\r
-MapSize=2000000\r
+MapSize=50000\r
 PercentExists=50\r
-PassCount=2\r
+PassCount=4\r
 MaxLoadFactor=4\r
 \r
 # *** Cuckoo map properties\r
@@ -134,7 +134,7 @@ FeldmanMapArrayBits=8
 InsertThreadCount=4\r
 DeleteThreadCount=4\r
 UpdateThreadCount=4\r
-ThreadPassCount=10\r
+ThreadPassCount=4\r
 MapSize=100000\r
 MaxLoadFactor=4\r
 \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
@@ -183,12 +183,12 @@ FeldmanMapHeadBits=8
 FeldmanMapArrayBits=8\r
 \r
 [map_insdelfind]\r
-InitialMapSize=500000\r
+InitialMapSize=50000\r
 ThreadCount=8\r
 MaxLoadFactor=4\r
 InsertPercentage=20\r
 DeletePercentage=20\r
-Duration=15\r
+Duration=5\r
 \r
 # *** Cuckoo map properties\r
 CuckooInitialSize=1024\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