aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/scenario_config.py
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-09-16 13:30:19 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-09-16 13:30:19 -0700
commit232ca0275e9fb82fe7bb25b03fc2402e8c1ee815 (patch)
tree0696ba11f1978826efc17cae87f3f376e634a48b /tools/run_tests/performance/scenario_config.py
parent9030c81f20c3721e7b0a92564f6e4d772a78ffcb (diff)
Removed unnecessary notes from scenario_config.py
Diffstat (limited to 'tools/run_tests/performance/scenario_config.py')
-rw-r--r--tools/run_tests/performance/scenario_config.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index 6fa3abaece..ca3c1b0bf0 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -343,10 +343,6 @@ class NodeLanguage:
# 'node_protobuf_async_streaming_ping_pong', rpc_type='STREAMING',
# client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER')
-
- # 50 | 90 | 95 | 99 | 99.9
- # 323834.797877769 | 432510.52549709007 | 458703.85481928807 | 507691.6539182514 | 3826148.8700816636
- # 272716.21113941644 | 307298.29139655043 | 329730.74530904385 | 413965.4319992619 | 2518204.1519497186
yield _ping_pong_scenario(
'node_protobuf_unary_ping_pong', rpc_type='UNARY',
client_type='ASYNC_CLIENT', server_type='ASYNC_SERVER',