From 7695b6e6fb747a2db56d1ad5d4da060b65eecb52 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 9 Jun 2016 15:07:01 +0300 Subject: [PATCH] Tuned stress test settings --- test/stress/data/test-express.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index d3f8725e..15c9e657 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -101,11 +101,11 @@ PassCount=100000 [pqueue_pop] ThreadCount=8 -QueueSize=1000000 +QueueSize=500000 [pqueue_push] ThreadCount=8 -QueueSize=1000000 +QueueSize=500000 [pqueue_push_pop] PushThreadCount=4 @@ -116,7 +116,7 @@ QueueSize=500000 ThreadCount=8 MapSize=100000 PercentExists=50 -PassCount=2 +PassCount=4 MaxLoadFactor=4 # *** Cuckoo map properties @@ -149,7 +149,7 @@ FeldmanMapArrayBits=4 [map_insdel_int] InsertThreadCount=4 DeleteThreadCount=4 -ThreadPassCount=4 +ThreadPassCount=6 MapSize=50000 MaxLoadFactor=4 @@ -186,7 +186,7 @@ InsertThreadCount=4 DeleteThreadCount=4 MapSize=10000 GoalItem=5000 -AttemptCount=1000 +AttemptCount=3000 MaxLoadFactor=4 # *** Cuckoo map properties @@ -203,7 +203,7 @@ FeldmanMapArrayBits=4 InsertThreadCount=4 DeleteThreadCount=4 ThreadPassCount=3 -MapSize=30000 +MapSize=50000 MaxLoadFactor=4 PrintGCStateFlag=1 -- 2.34.1