aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-13 13:38:48 -0700
committerGravatar GitHub <noreply@github.com>2017-03-13 13:38:48 -0700
commit37bbbd770f3131cf5edbc1201d343320440897af (patch)
tree36e089263abc6ffa9eb7df094b84b39e8f8e8f9b /tools/profiling/microbenchmarks
parentc5591f5143b6fb34f2f4ce6ae5d4ea18d9d65bf3 (diff)
parent6a4c1a37cc41d4f8114ea8116134d510af5f2dc6 (diff)
Merge pull request #9984 from ctiller/poll-wakeup
Add some pollset benchmarks
Diffstat (limited to 'tools/profiling/microbenchmarks')
-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 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):