diff options
author | ncteisen <ncteisen@gmail.com> | 2017-05-22 10:04:01 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-05-26 11:06:33 -0400 |
commit | 28b082824353eab3912b9c4f949f0c426ea9f702 (patch) | |
tree | d3b4b3235334ad910aa85561d467f2d8b9dbe2f0 /tools/profiling | |
parent | 753af5d8a56ba2cefd74149426fdcccdc2914cc6 (diff) |
bm trickly bugfix
Diffstat (limited to 'tools/profiling')
-rw-r--r-- | tools/profiling/microbenchmarks/bm_json.py | 2 |
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'], |