From 7e8ebe8f3e234eda0c3397af3e3900c1d80fab6e Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 23 May 2017 21:00:36 +0300 Subject: [PATCH] Tuning parameters for spsc-queue stress tests --- test/stress/data/test-debug.conf | 2 +- test/stress/data/test-express-x86.conf | 2 +- test/stress/data/test-express.conf | 2 +- test/stress/data/test.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1