From: Peizhao Ou Date: Thu, 22 Feb 2018 04:49:22 +0000 (-0800) Subject: Allow 2 threads X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=286469dcae77df14d48c74faaacf118e11121da6 Allow 2 threads --- diff --git a/test/stress/misc/rigtorp_mpmc_driver.cpp b/test/stress/misc/rigtorp_mpmc_driver.cpp index 62075d10..200dad6f 100644 --- a/test/stress/misc/rigtorp_mpmc_driver.cpp +++ b/test/stress/misc/rigtorp_mpmc_driver.cpp @@ -17,7 +17,7 @@ protected: static void SetUpTestCase() { cds_test::config const &cfg = get_config("Misc"); - GetConfigExpected(RigtorpMPMCQueueThreadCount, 4); + GetConfigExpected(RigtorpMPMCQueueThreadCount, 2); GetConfigExpected(RigtorpMPMCQueuePassCount, 10000); GetConfigExpected(RigtorpMPMCQueueCapacity, 2048); }