Changed stack stress-test params for debug build
authorkhizmax <libcds.dev@gmail.com>
Sun, 16 Apr 2017 09:22:31 +0000 (12:22 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 16 Apr 2017 09:22:31 +0000 (12:22 +0300)
test/stress/data/test-debug.conf

index 8fc921972f1365eb61e431f0d2d57cd1b5739cea..b55a10e2514eaac84783729930f52c625a96bcaa 100644 (file)
@@ -18,15 +18,15 @@ StackSize=100000
 EliminationSize=4\r
 \r
 [Stack_PushPop]\r
-PushThreadCount=16\r
-PopThreadCount=16\r
-StackSize=1600000\r
+PushThreadCount=8\r
+PopThreadCount=8\r
+StackSize=800000\r
 EliminationSize=4\r
 \r
 [IntrusiveStack_PushPop]\r
-PushThreadCount=16\r
-PopThreadCount=16\r
-StackSize=1600000\r
+PushThreadCount=8\r
+PopThreadCount=8\r
+StackSize=800000\r
 EliminationSize=4\r
 # Flat combining stack parameters\r
 # FCIterate=1 - the test will be run iteratively\r