aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-08 16:12:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-08 16:12:05 -0700
commit2426163b314d9dc7f841b433aed55fe3c6f17350 (patch)
tree041dac3131cf17b9831e72bf79b8a3cc8b439e64 /tools/run_tests/performance
parent729448f2edbfb2b8088141dd5141ba0d09cc9eb8 (diff)
Switch to three threads per cq for unconstrained benchmarks
Diffstat (limited to 'tools/run_tests/performance')
-rw-r--r--tools/run_tests/performance/scenario_config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index 86236b19bf..b97650de67 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -452,6 +452,8 @@ class CXXLanguage:
unconstrained_client=synchronicity,
secure=secure,
minimal_stack=not secure,
+ server_threads_per_cq=3,
+ client_threads_per_cq=3,
categories=smoketest_categories+[SCALABLE])
# TODO(vjpai): Re-enable this test. It has a lot of timeouts