From: khizmax Date: Thu, 23 Jun 2016 12:59:56 +0000 (+0300) Subject: Tuned stress test settings X-Git-Tag: v2.2.0~197^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=32cc306bcf4cdc92fe197754403f302b625bb4c6;p=libcds.git Tuned stress test settings --- diff --git a/test/stress/data/test-debug.conf b/test/stress/data/test-debug.conf index d684ed2a..c72fb215 100644 --- a/test/stress/data/test-debug.conf +++ b/test/stress/data/test-debug.conf @@ -192,7 +192,7 @@ InsertThreadCount=4 DeleteThreadCount=4 MapSize=5000 GoalItem=2500 -AttemptCount=200 +AttemptCount=500 MaxLoadFactor=4 # *** Cuckoo map properties @@ -242,9 +242,9 @@ FeldmanMapArrayBits=4 InitialMapSize=50000 ThreadCount=4 MaxLoadFactor=8 -InsertPercentage=10 -DeletePercentage=10 -Duration=5 +InsertPercentage=20 +DeletePercentage=20 +Duration=3 # *** Cuckoo map properties CuckooInitialSize=256 diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index 15c9e657..27eef183 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -149,7 +149,7 @@ FeldmanMapArrayBits=4 [map_insdel_int] InsertThreadCount=4 DeleteThreadCount=4 -ThreadPassCount=6 +ThreadPassCount=15 MapSize=50000 MaxLoadFactor=4 @@ -186,7 +186,7 @@ InsertThreadCount=4 DeleteThreadCount=4 MapSize=10000 GoalItem=5000 -AttemptCount=3000 +AttemptCount=10000 MaxLoadFactor=4 # *** Cuckoo map properties @@ -202,7 +202,7 @@ FeldmanMapArrayBits=4 [map_insdel_string] InsertThreadCount=4 DeleteThreadCount=4 -ThreadPassCount=3 +ThreadPassCount=6 MapSize=50000 MaxLoadFactor=4 PrintGCStateFlag=1 @@ -236,9 +236,9 @@ FeldmanMapArrayBits=4 InitialMapSize=500000 ThreadCount=8 MaxLoadFactor=4 -InsertPercentage=10 -DeletePercentage=10 -Duration=5 +InsertPercentage=20 +DeletePercentage=20 +Duration=3 # *** Cuckoo map properties CuckooInitialSize=1024