diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-10 14:18:00 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-10 14:18:00 -0800 |
commit | 6a4c1a37cc41d4f8114ea8116134d510af5f2dc6 (patch) | |
tree | 1b1157d8268914beafb5942aab5a3cb88a9ded1f | |
parent | bf3dce2381d604af4a2f6f9b02e9019fe0b8fac9 (diff) |
Add benchmark to list
-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 c48a63b791..4695f829f4 100644 --- a/tools/profiling/microbenchmarks/bm_json.py +++ b/tools/profiling/microbenchmarks/bm_json.py @@ -98,6 +98,10 @@ _BM_SPECS = { 'tpl': [], 'dyn': ['request_size'], }, + 'BM_PollEmptyPollset_SpeedOfLight': { + 'tpl': [], + 'dyn': ['request_size', 'request_count'], + } } def numericalize(s): |