From: khizmax Date: Sun, 16 Apr 2017 09:22:31 +0000 (+0300) Subject: Changed stack stress-test params for debug build X-Git-Tag: v2.3.0~75 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8537a90c3f99446df049ca63b4195a1c587309cc;p=libcds.git Changed stack stress-test params for debug build --- 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