diff options
author | Ken Payson <kpayson@google.com> | 2016-06-07 17:49:03 -0700 |
---|---|---|
committer | Ken Payson <kpayson@google.com> | 2016-06-07 17:49:03 -0700 |
commit | 9a36e6c7cd4daca929d5d3457edd0060a93030ca (patch) | |
tree | 283f1da6bb9e7134ecbcc3f79bef28d1d7eb1c12 /tools/run_tests/performance | |
parent | 571c12ef18ab9021bfaadac3434c5321d6297c38 (diff) |
Changed Python Sync streaming qps to follow spec
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 81569e8b7a..2d5130e1e8 100644 --- a/tools/run_tests/performance/scenario_config.py +++ b/tools/run_tests/performance/scenario_config.py @@ -415,7 +415,7 @@ class PythonLanguage: yield _ping_pong_scenario( 'python_protobuf_sync_streaming_qps_unconstrained', rpc_type='STREAMING', client_type='SYNC_CLIENT', server_type='SYNC_SERVER', - unconstrained_client='async') + unconstrained_client='sync') yield _ping_pong_scenario( 'python_to_cpp_protobuf_sync_unary_ping_pong', rpc_type='UNARY', |