From: khizmax Date: Wed, 8 Mar 2017 21:32:40 +0000 (+0300) Subject: Tuning stress-test parameters X-Git-Tag: v2.3.0~119 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b0a2413d682e5c0ad1e9f3c98f3c5100105b7792;p=libcds.git Tuning stress-test parameters --- diff --git a/test/stress/data/test-express-x86.conf b/test/stress/data/test-express-x86.conf index ecd5c434..01a05e7d 100644 --- a/test/stress/data/test-express-x86.conf +++ b/test/stress/data/test-express-x86.conf @@ -114,7 +114,7 @@ QueueSize=500000 [map_find_string] ThreadCount=4 -MapSize=100000 +MapSize=10000 PercentExists=50 PassCount=2 MaxLoadFactor=4 diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index c3009b68..ec4c979d 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -113,7 +113,7 @@ QueueSize=500000 [map_find_string] ThreadCount=8 -MapSize=100000 +MapSize=10000 PercentExists=50 PassCount=2 MaxLoadFactor=4 diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index 1c91a289..10d9c249 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -115,9 +115,9 @@ QueueSize=2000000 [map_find_string] ThreadCount=8 -MapSize=500000 +MapSize=50000 PercentExists=50 -PassCount=2 +PassCount=4 MaxLoadFactor=4 # *** Cuckoo map properties