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
62075d1
..
200dad6
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");
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);
}