Allow 2 threads
authorPeizhao Ou <peizhaoo@uci.edu>
Thu, 22 Feb 2018 04:49:22 +0000 (20:49 -0800)
committerPeizhao Ou <peizhaoo@uci.edu>
Thu, 22 Feb 2018 04:49:22 +0000 (20:49 -0800)
test/stress/misc/rigtorp_mpmc_driver.cpp

index 62075d10fbc929c24a376e9296eda0a8b2a98cef..200dad6feae4ec476a652dbda467e1b427f1b8a7 100644 (file)
@@ -17,7 +17,7 @@ protected:
 
   static void SetUpTestCase() {
     cds_test::config const &cfg = get_config("Misc");
 
   static void SetUpTestCase() {
     cds_test::config const &cfg = get_config("Misc");
-    GetConfigExpected(RigtorpMPMCQueueThreadCount, 4);
+    GetConfigExpected(RigtorpMPMCQueueThreadCount, 2);
     GetConfigExpected(RigtorpMPMCQueuePassCount, 10000);
     GetConfigExpected(RigtorpMPMCQueueCapacity, 2048);
   }
     GetConfigExpected(RigtorpMPMCQueuePassCount, 10000);
     GetConfigExpected(RigtorpMPMCQueueCapacity, 2048);
   }