Add benchmark to conversion script

pull/9930/head
Craig Tiller 8 years ago
parent 2bfc3bcf8d
commit 8d9d4d00fd
  1. 4
      tools/profiling/microbenchmarks/bm2bq.py

@ -143,6 +143,10 @@ bm_specs = {
'tpl': ['fixture'],
'dyn': [],
},
'BM_CallCreateDestroy' : {
'tpl': ['fixture'],
'dyn': [],
},
}
def numericalize(s):

Loading…
Cancel
Save