diff options
author | ncteisen <ncteisen@gmail.com> | 2017-05-17 16:48:26 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-05-17 16:48:26 -0700 |
commit | df31960992dd648f8f794cae52182a82806543b1 (patch) | |
tree | 5f14ab32d91bdbd53fc7728bc6f36479536b5a7e /tools/profiling | |
parent | eb9b82b7e1466a3aa28fcfed9e88e2f5dda35347 (diff) |
Add unary fullstack trickle to bm json
Diffstat (limited to 'tools/profiling')
-rw-r--r-- | tools/profiling/microbenchmarks/bm_json.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/profiling/microbenchmarks/bm_json.py b/tools/profiling/microbenchmarks/bm_json.py index 917269823d..f4d628e11f 100644 --- a/tools/profiling/microbenchmarks/bm_json.py +++ b/tools/profiling/microbenchmarks/bm_json.py @@ -54,6 +54,10 @@ _BM_SPECS = { 'tpl': [], 'dyn': ['request_size', 'bandwidth_kilobits'], }, + 'BM_PumpUnbalancedUnary_Trickle': { + 'tpl': [], + 'dyn': ['request_size', 'bandwidth_kilobits'], + }, 'BM_ErrorStringOnNewError': { 'tpl': ['fixture'], 'dyn': [], |