aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2017-05-18 10:52:25 -0700
committerGravatar GitHub <noreply@github.com>2017-05-18 10:52:25 -0700
commit3f8b3977bd22e5d01c287dd70dcb6aefbea5b503 (patch)
tree6077724fdbf835250ab4b4fa3012de8e187c204e
parenteb8c0edebfceb83166170debfc3ffd83ffdd648b (diff)
parentdf31960992dd648f8f794cae52182a82806543b1 (diff)
Merge pull request #11199 from ncteisen/trickle-trickle
Add unary fullstack trickle to bm json
-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': [],