Add Zalloc to bq conversion table

pull/10094/head
Craig Tiller 8 years ago
parent 833adc2028
commit e736b705cc
  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