From 3ac24a4c625a921612ece62792e985d34a4cf80e Mon Sep 17 00:00:00 2001 From: khizmax Date: Fri, 17 Feb 2017 20:39:22 +0300 Subject: [PATCH] Tuning stress test parameters --- test/stress/data/test.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index d40750d2..cd20f8bc 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -134,7 +134,7 @@ FeldmanMapArrayBits=8 InsertThreadCount=4 DeleteThreadCount=4 UpdateThreadCount=4 -ThreadPassCount=10 +ThreadPassCount=4 MapSize=100000 MaxLoadFactor=4 @@ -188,7 +188,7 @@ ThreadCount=8 MaxLoadFactor=4 InsertPercentage=20 DeletePercentage=20 -Duration=15 +Duration=5 # *** Cuckoo map properties CuckooInitialSize=1024 -- 2.34.1