From 32cc306bcf4cdc92fe197754403f302b625bb4c6 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 23 Jun 2016 15:59:56 +0300 Subject: [PATCH] Tuned stress test settings --- test/stress/data/test-debug.conf | 8 ++++---- test/stress/data/test-express.conf | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/stress/data/test-debug.conf b/test/stress/data/test-debug.conf index d684ed2a..c72fb215 100644 --- a/test/stress/data/test-debug.conf +++ b/test/stress/data/test-debug.conf @@ -192,7 +192,7 @@ InsertThreadCount=4 DeleteThreadCount=4 MapSize=5000 GoalItem=2500 -AttemptCount=200 +AttemptCount=500 MaxLoadFactor=4 # *** Cuckoo map properties @@ -242,9 +242,9 @@ FeldmanMapArrayBits=4 InitialMapSize=50000 ThreadCount=4 MaxLoadFactor=8 -InsertPercentage=10 -DeletePercentage=10 -Duration=5 +InsertPercentage=20 +DeletePercentage=20 +Duration=3 # *** Cuckoo map properties CuckooInitialSize=256 diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index 15c9e657..27eef183 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -149,7 +149,7 @@ FeldmanMapArrayBits=4 [map_insdel_int] InsertThreadCount=4 DeleteThreadCount=4 -ThreadPassCount=6 +ThreadPassCount=15 MapSize=50000 MaxLoadFactor=4 @@ -186,7 +186,7 @@ InsertThreadCount=4 DeleteThreadCount=4 MapSize=10000 GoalItem=5000 -AttemptCount=3000 +AttemptCount=10000 MaxLoadFactor=4 # *** Cuckoo map properties @@ -202,7 +202,7 @@ FeldmanMapArrayBits=4 [map_insdel_string] InsertThreadCount=4 DeleteThreadCount=4 -ThreadPassCount=3 +ThreadPassCount=6 MapSize=50000 MaxLoadFactor=4 PrintGCStateFlag=1 @@ -236,9 +236,9 @@ FeldmanMapArrayBits=4 InitialMapSize=500000 ThreadCount=8 MaxLoadFactor=4 -InsertPercentage=10 -DeletePercentage=10 -Duration=5 +InsertPercentage=20 +DeletePercentage=20 +Duration=3 # *** Cuckoo map properties CuckooInitialSize=1024 -- 2.34.1