aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-05-18 19:01:53 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-05-18 19:01:53 -0700
commitdf8c3eec39f05c84d9504467b2dccd55738523be (patch)
treefad1ea316ba39eb2051bed9167d21f7bb608e9bb /tools/profiling
parentd21040bf1ef56a96808eebe4961039e726fbc80c (diff)
parent9ea6d79474a2cc842b9a7a927dfc2b30d8373ae3 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into more-bm-diff
Diffstat (limited to 'tools/profiling')
-rw-r--r--tools/profiling/microbenchmarks/bm_json.py4
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': [],