X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fdata%2Ftest.conf;h=1cf4ca8a4bcff121895e6dfb3e5c66998086fe8d;hp=d40750d2259463c7a28d241db9976bb9966467a0;hb=dab7e44fb97097a9d7ccbed46e067a30b03340a7;hpb=4b7d0a1fb4fcaf14c53e527d4e403d6d7abb579b diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index d40750d2..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 @@ -134,7 +134,7 @@ FeldmanMapArrayBits=8 InsertThreadCount=4 DeleteThreadCount=4 UpdateThreadCount=4 -ThreadPassCount=10 +ThreadPassCount=4 MapSize=100000 MaxLoadFactor=4 @@ -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,12 +183,12 @@ FeldmanMapHeadBits=8 FeldmanMapArrayBits=8 [map_insdelfind] -InitialMapSize=500000 +InitialMapSize=50000 ThreadCount=8 MaxLoadFactor=4 InsertPercentage=20 DeletePercentage=20 -Duration=15 +Duration=5 # *** Cuckoo map properties CuckooInitialSize=1024 @@ -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