Merge pull request #10094 from ctiller/zalloc_bench-fix

Add Zalloc to bq conversion table
pull/10095/head
Craig Tiller 8 years ago committed by GitHub
commit 78603dde44
  1. 12
      tools/profiling/microbenchmarks/bm_json.py

@ -78,22 +78,26 @@ _BM_SPECS = {
'tpl': ['fixture'],
'dyn': [],
},
'BM_IsolatedFilter' : {
'BM_IsolatedFilter': {
'tpl': ['fixture', 'client_mutator'],
'dyn': [],
},
'BM_HpackEncoderEncodeHeader' : {
'BM_HpackEncoderEncodeHeader': {
'tpl': ['fixture'],
'dyn': ['end_of_stream', 'request_size'],
},
'BM_HpackParserParseHeader' : {
'BM_HpackParserParseHeader': {
'tpl': ['fixture'],
'dyn': [],
},
'BM_CallCreateDestroy' : {
'BM_CallCreateDestroy': {
'tpl': ['fixture'],
'dyn': [],
},
'BM_Zalloc': {
'tpl': [],
'dyn': ['request_size'],
},
}
def numericalize(s):

Loading…
Cancel
Save