X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Fstress%2Fdata%2Ftest.conf;h=1cf4ca8a4bcff121895e6dfb3e5c66998086fe8d;hb=9f9f9f1695656ca21d618b2f88ccd5b4f76218f7;hp=cd20f8bceabea1fe4ba0b1a89921cf785045477d;hpb=3ac24a4c625a921612ece62792e985d34a4cf80e;p=libcds.git diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index cd20f8bc..1cf4ca8a 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -18,15 +18,15 @@ StackSize=2000000 EliminationSize=4 [Stack_PushPop] -PushThreadCount=16 -PopThreadCount=16 -StackSize=16000000 +PushThreadCount=4 +PopThreadCount=4 +StackSize=8000000 EliminationSize=4 [IntrusiveStack_PushPop] -PushThreadCount=16 -PopThreadCount=16 -StackSize=32000000 +PushThreadCount=4 +PopThreadCount=4 +StackSize=8000000 EliminationSize=4 # Flat combining stack parameters # FCIterate=1 - the test will be run iteratively @@ -102,22 +102,22 @@ PassCount=1000000 [pqueue_pop] ThreadCount=8 -QueueSize=10000000 +QueueSize=2000000 [pqueue_push] ThreadCount=8 -QueueSize=10000000 +QueueSize=2000000 [pqueue_push_pop] PushThreadCount=4 PopThreadCount=4 -QueueSize=10000000 +QueueSize=2000000 [map_find_string] ThreadCount=8 -MapSize=500000 +MapSize=50000 PercentExists=50 -PassCount=2 +PassCount=4 MaxLoadFactor=4 # *** Cuckoo map properties @@ -168,8 +168,8 @@ FeldmanMapArrayBits=8 [map_insdel_string] InsertThreadCount=4 DeleteThreadCount=4 -ThreadPassCount=5 -MapSize=50000 +ThreadPassCount=8 +MapSize=20000 MaxLoadFactor=4 # *** Cuckoo map properties @@ -183,7 +183,7 @@ FeldmanMapHeadBits=8 FeldmanMapArrayBits=8 [map_insdelfind] -InitialMapSize=500000 +InitialMapSize=50000 ThreadCount=8 MaxLoadFactor=4 InsertPercentage=20 @@ -200,7 +200,6 @@ CuckooProbesetThreshold=0 FeldmanMapHeadBits=8 FeldmanMapArrayBits=8 - [map_delodd] MapSize=10000 InsThreadCount=4 @@ -230,6 +229,20 @@ PassCount=1000 FeldmanMapHeadBits=8 FeldmanMapArrayBits=8 +[map_iter_erase] +MapSize=5000 +InsThreadCount=4 +DelThreadCount=4 +ExtractThreadCount=2 +FindThreadCount=2 +MaxLoadFactor=4 +PassCount=1000 + +# *** FeldmanHashMap properties +FeldmanMapHeadBits=8 +FeldmanMapArrayBits=8 + + [free_list] ThreadCount=4 PassCount=1000000 \ No newline at end of file