diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-13 10:33:29 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-09-13 10:33:29 -0700 |
commit | 86cf6dcb1cda3aefa3e789e68ce825b9e3e381f4 (patch) | |
tree | b36709199260107519e791533096aabdd9061c9e /tools/run_tests/performance | |
parent | 0c98675e54af60cfca9fcacb434c79e497648e0a (diff) |
Remove some scenarios we can't run yet
Diffstat (limited to 'tools/run_tests/performance')
-rw-r--r-- | tools/run_tests/performance/scenario_config.py | 2 |
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 5074b93911..a43a6b6b36 100644 --- a/tools/run_tests/performance/scenario_config.py +++ b/tools/run_tests/performance/scenario_config.py @@ -257,7 +257,7 @@ class CXXLanguage: for channels in geometric_progression(1, 500, math.sqrt(10)): for outstanding in geometric_progression(1, 20000, math.sqrt(10)): - if synchronicity == 'sync' and outstanding > 1000: continue + if synchronicity == 'sync' and outstanding > 400: continue if outstanding < channels: continue yield _ping_pong_scenario( 'cpp_protobuf_%s_unary_qps_unconstrained_%s_%d_channels_%d_outstanding' % (synchronicity, secstr, channels, outstanding), |