From b0a2413d682e5c0ad1e9f3c98f3c5100105b7792 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 9 Mar 2017 00:32:40 +0300 Subject: [PATCH] Tuning stress-test parameters --- test/stress/data/test-express-x86.conf | 2 +- test/stress/data/test-express.conf | 2 +- test/stress/data/test.conf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1