From 27a39782dcabd916d7bc5d197990193132da9d5b Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 8 Mar 2017 23:26:40 +0300 Subject: [PATCH] Tuning stress-test parameters --- test/stress/data/test-express.conf | 2 +- test/stress/data/test.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index e7c1fb75..c3009b68 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -168,7 +168,7 @@ FeldmanMapArrayBits=8 InsertThreadCount=4 DeleteThreadCount=4 ThreadPassCount=6 -MapSize=50000 +MapSize=10000 MaxLoadFactor=4 PrintGCStateFlag=1 diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index 256617eb..1c91a289 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -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 -- 2.34.1