From 2426163b314d9dc7f841b433aed55fe3c6f17350 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 8 Sep 2017 16:12:05 -0700 Subject: Switch to three threads per cq for unconstrained benchmarks --- tools/run_tests/performance/scenario_config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/run_tests/performance') 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 -- cgit v1.2.3