From 1b540789f366597f57c9c212e7cd2615a3fec889 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 23 May 2017 10:50:25 +0300 Subject: [PATCH] Tuning parameters of insdel-string map/set stress tests --- test/stress/data/test-debug.conf | 2 +- test/stress/data/test-express-x86.conf | 2 +- test/stress/data/test.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/stress/data/test-debug.conf b/test/stress/data/test-debug.conf index 8e5378e4..1dca49f7 100644 --- a/test/stress/data/test-debug.conf +++ b/test/stress/data/test-debug.conf @@ -178,7 +178,7 @@ FeldmanMapArrayBits=8 InsertThreadCount=4 DeleteThreadCount=4 ThreadPassCount=4 -MapSize=20000 +MapSize=10000 MaxLoadFactor=4 PrintGCStateFlag=1 diff --git a/test/stress/data/test-express-x86.conf b/test/stress/data/test-express-x86.conf index eb93e2a6..f63cd7eb 100644 --- a/test/stress/data/test-express-x86.conf +++ b/test/stress/data/test-express-x86.conf @@ -177,7 +177,7 @@ FeldmanMapArrayBits=8 InsertThreadCount=2 DeleteThreadCount=2 ThreadPassCount=5 -MapSize=20000 +MapSize=10000 MaxLoadFactor=4 PrintGCStateFlag=1 diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index 0cba9666..f3736563 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -177,7 +177,7 @@ FeldmanMapArrayBits=8 InsertThreadCount=4 DeleteThreadCount=4 ThreadPassCount=8 -MapSize=20000 +MapSize=10000 MaxLoadFactor=4 # *** Cuckoo map properties -- 2.34.1