aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-16 15:53:02 +0000
committerGravatar Craig Tiller <ctiller@google.com>2017-10-16 15:53:02 +0000
commit2ac2d393eba193683e4a7d2fd8222092d6bffbc0 (patch)
tree9ab4a74e663e28828f0ae2fe356b386c5e6aff58
parent97633744fa8d6c25b2c62024355d98ef7a24e8a5 (diff)
Tune benchmark for epollexclusive
-rw-r--r--tools/run_tests/performance/scenario_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index 64af6a687c..d466425cde 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -253,7 +253,7 @@ class CXXLanguage:
req_size=300, resp_size=50,
unconstrained_client='async', outstanding=30000, channels=300,
offered_load=37500, secure=False,
- async_server_threads=16, server_threads_per_cq=16,
+ async_server_threads=16, server_threads_per_cq=1,
categories=[SMOKETEST] + [SCALABLE])
for secure in [True, False]: