aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-06-01 10:44:39 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-06-01 10:44:39 -0700
commited32b787781d0a7381803212c4ab512e0729a92a (patch)
tree43f529beb586415c0d06fb3c9616d258a0314c4e /tools
parent648832fd281e42d63263b27c147e0fcb88a0597c (diff)
Switch node_to_cpp unary benchmark to async
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/performance/scenario_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index d28be00629..e18fd69cc4 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -575,8 +575,8 @@ class NodeLanguage:
unconstrained_client='async')
yield _ping_pong_scenario(
- 'node_to_cpp_protobuf_sync_unary_ping_pong', rpc_type='UNARY',
- client_type='SYNC_CLIENT', server_type='SYNC_SERVER',
+ 'node_to_cpp_protobuf_async_unary_ping_pong', rpc_type='UNARY',
+ client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',
server_language='c++', async_server_threads=1)
yield _ping_pong_scenario(