From: khizmax Date: Tue, 23 May 2017 18:00:36 +0000 (+0300) Subject: Tuning parameters for spsc-queue stress tests X-Git-Tag: v2.3.0~22 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7e8ebe8f3e234eda0c3397af3e3900c1d80fab6e;p=libcds.git Tuning parameters for spsc-queue stress tests --- diff --git a/test/stress/data/test-debug.conf b/test/stress/data/test-debug.conf index 1dca49f7..e21af85e 100644 --- a/test/stress/data/test-debug.conf +++ b/test/stress/data/test-debug.conf @@ -102,7 +102,7 @@ PassCount=100000 [spsc_queue] QueueSize=1024 -PassCount=500 +PassCount=10000 [spsc_buffer] BufferSize=100000 diff --git a/test/stress/data/test-express-x86.conf b/test/stress/data/test-express-x86.conf index f63cd7eb..78d2b143 100644 --- a/test/stress/data/test-express-x86.conf +++ b/test/stress/data/test-express-x86.conf @@ -101,7 +101,7 @@ PassCount=100000 [spsc_queue] QueueSize=1024 -PassCount=400 +PassCount=10000 [spsc_buffer] BufferSize=100000 diff --git a/test/stress/data/test-express.conf b/test/stress/data/test-express.conf index a401b513..0e46f3bc 100644 --- a/test/stress/data/test-express.conf +++ b/test/stress/data/test-express.conf @@ -100,7 +100,7 @@ PassCount=100000 [spsc_queue] QueueSize=1024 -PassCount=500 +PassCount=10000 [spsc_buffer] BufferSize=100000 diff --git a/test/stress/data/test.conf b/test/stress/data/test.conf index f3736563..01a65758 100644 --- a/test/stress/data/test.conf +++ b/test/stress/data/test.conf @@ -102,7 +102,7 @@ PassCount=1000000 [spsc_queue] QueueSize=1024 -PassCount=1024 +PassCount=100000 [spsc_buffer] BufferSize=1000000