From a3032a87093208132cd04fb7e09b89ba9299af49 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 21 Feb 2017 10:34:41 +0300 Subject: [PATCH 1/1] Tuning stress test parameters --- test/stress/data/test.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index cd20f8bc..5c00c3a8 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -18,15 +18,15 @@ StackSize=2000000 EliminationSize=4 [Stack_PushPop] -PushThreadCount=16 -PopThreadCount=16 -StackSize=16000000 +PushThreadCount=4 +PopThreadCount=4 +StackSize=8000000 EliminationSize=4 [IntrusiveStack_PushPop] -PushThreadCount=16 -PopThreadCount=16 -StackSize=32000000 +PushThreadCount=4 +PopThreadCount=4 +StackSize=8000000 EliminationSize=4 # Flat combining stack parameters # FCIterate=1 - the test will be run iteratively @@ -102,16 +102,16 @@ PassCount=1000000 [pqueue_pop] ThreadCount=8 -QueueSize=10000000 +QueueSize=2000000 [pqueue_push] ThreadCount=8 -QueueSize=10000000 +QueueSize=2000000 [pqueue_push_pop] PushThreadCount=4 PopThreadCount=4 -QueueSize=10000000 +QueueSize=2000000 [map_find_string] ThreadCount=8 -- 2.34.1