Add Zalloc to bq conversion table

pull/10094/head
Craig Tiller 8 years ago
parent 833adc2028
commit e736b705cc
  1. 4
      tools/profiling/microbenchmarks/bm_json.py

@ -94,6 +94,10 @@ _BM_SPECS = {
'tpl': ['fixture'], 'tpl': ['fixture'],
'dyn': [], 'dyn': [],
}, },
'BM_Zalloc': {
'tpl': [],
'dyn': ['request_size'],
},
} }
def numericalize(s): def numericalize(s):

Loading…
Cancel
Save