aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2017-05-31 12:38:38 -0700
committerGravatar GitHub <noreply@github.com>2017-05-31 12:38:38 -0700
commitf9b90428df3496175cf30b2a905d4dd1652463a3 (patch)
tree9cae34af4fbf51ce82216e1ce357ac8503ca0e25 /tools
parentbf2d87c816d59644bcafeb8384dd966c077fcae6 (diff)
parenta4cd06fc212d218255bd083b47d733eebd0b1c77 (diff)
Merge pull request #11269 from ncteisen/bm-trickle-bugfixes
Bugfix for bm_trickle
Diffstat (limited to 'tools')
-rw-r--r--tools/profiling/microbenchmarks/bm_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm_json.py b/tools/profiling/microbenchmarks/bm_json.py
index f4d628e11f..49a3707220 100644
--- a/tools/profiling/microbenchmarks/bm_json.py
+++ b/tools/profiling/microbenchmarks/bm_json.py
@@ -56,7 +56,7 @@ _BM_SPECS = {
},
'BM_PumpUnbalancedUnary_Trickle': {
'tpl': [],
- 'dyn': ['request_size', 'bandwidth_kilobits'],
+ 'dyn': ['cli_req_size', 'svr_req_size', 'bandwidth_kilobits'],
},
'BM_ErrorStringOnNewError': {
'tpl': ['fixture'],