aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-10-27 14:47:18 -0700
committerGravatar GitHub <noreply@github.com>2016-10-27 14:47:18 -0700
commiteebc8c860061476b5cb458a6fbdc35f6ad82dd15 (patch)
tree9de906b65a793616cc1adac874822a98a7cae52d /tools/run_tests/performance
parentc5d447eb30814377c4be4d514524b48a36589015 (diff)
parenta83ee60b932a5cbb0a575f18036fc2a88bd7ed55 (diff)
Merge pull request #8498 from sreecha/sync_streaming
New streaming perf scenario for sync server
Diffstat (limited to 'tools/run_tests/performance')
-rw-r--r--tools/run_tests/performance/scenario_config.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index c1a23a9342..6351965358 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -229,6 +229,15 @@ class CXXLanguage:
secure=secure,
categories=smoketest_categories + [SCALABLE])
+ yield _ping_pong_scenario(
+ 'cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_%s' % secstr,
+ rpc_type='STREAMING',
+ client_type='ASYNC_CLIENT',
+ server_type='SYNC_SERVER',
+ unconstrained_client='async',
+ secure=secure,
+ categories=smoketest_categories+[SCALABLE])
+
for rpc_type in ['unary', 'streaming']:
for synchronicity in ['sync', 'async']:
yield _ping_pong_scenario(