From 8537a90c3f99446df049ca63b4195a1c587309cc Mon Sep 17 00:00:00 2001 From: khizmax Date: Sun, 16 Apr 2017 12:22:31 +0300 Subject: [PATCH] Changed stack stress-test params for debug build --- test/stress/data/test-debug.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/stress/data/test-debug.conf b/test/stress/data/test-debug.conf index 8fc92197..b55a10e2 100644 --- a/test/stress/data/test-debug.conf +++ b/test/stress/data/test-debug.conf @@ -18,15 +18,15 @@ StackSize=100000 EliminationSize=4 [Stack_PushPop] -PushThreadCount=16 -PopThreadCount=16 -StackSize=1600000 +PushThreadCount=8 +PopThreadCount=8 +StackSize=800000 EliminationSize=4 [IntrusiveStack_PushPop] -PushThreadCount=16 -PopThreadCount=16 -StackSize=1600000 +PushThreadCount=8 +PopThreadCount=8 +StackSize=800000 EliminationSize=4 # Flat combining stack parameters # FCIterate=1 - the test will be run iteratively -- 2.34.1