diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-13 13:38:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 13:38:48 -0700 |
commit | 37bbbd770f3131cf5edbc1201d343320440897af (patch) | |
tree | 36e089263abc6ffa9eb7df094b84b39e8f8e8f9b /tools/profiling | |
parent | c5591f5143b6fb34f2f4ce6ae5d4ea18d9d65bf3 (diff) | |
parent | 6a4c1a37cc41d4f8114ea8116134d510af5f2dc6 (diff) |
Merge pull request #9984 from ctiller/poll-wakeup
Add some pollset benchmarks
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 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): |