projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
512b792
)
Allow 2 threads
author
Peizhao Ou
<peizhaoo@uci.edu>
Thu, 22 Feb 2018 04:49:22 +0000
(20:49 -0800)
committer
Peizhao Ou
<peizhaoo@uci.edu>
Thu, 22 Feb 2018 04:49:22 +0000
(20:49 -0800)
test/stress/misc/rigtorp_mpmc_driver.cpp
patch
|
blob
|
history
diff --git
a/test/stress/misc/rigtorp_mpmc_driver.cpp
b/test/stress/misc/rigtorp_mpmc_driver.cpp
index 62075d10fbc929c24a376e9296eda0a8b2a98cef..200dad6feae4ec476a652dbda467e1b427f1b8a7 100644
(file)
--- 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);
}