diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-01 07:57:20 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-01 07:57:20 -0800 |
commit | 8d9d4d00fd1fb312d20953176fc0b2d3f33d1825 (patch) | |
tree | 17062d7d1b2b1c8695e59349d4717d5dbefbb280 /tools | |
parent | 2bfc3bcf8df4896825986fa7eeb316de9237aa54 (diff) |
Add benchmark to conversion script
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/profiling/microbenchmarks/bm2bq.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/profiling/microbenchmarks/bm2bq.py b/tools/profiling/microbenchmarks/bm2bq.py index 280f217e69..1ca0964f64 100755 --- a/tools/profiling/microbenchmarks/bm2bq.py +++ b/tools/profiling/microbenchmarks/bm2bq.py @@ -143,6 +143,10 @@ bm_specs = { 'tpl': ['fixture'], 'dyn': [], }, + 'BM_CallCreateDestroy' : { + 'tpl': ['fixture'], + 'dyn': [], + }, } def numericalize(s): |