Run call_create benchmarks

This commit is contained in:
Craig Tiller 2017-02-23 06:34:34 -08:00
parent cff371aa2e
commit 8300071b4b
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ argp.add_argument('-c', '--collect',
default=sorted(collectors.keys()),
help='Which collectors should be run against each benchmark')
argp.add_argument('-b', '--benchmarks',
default=['bm_fullstack', 'bm_closure', 'bm_cq'],
default=['bm_fullstack', 'bm_closure', 'bm_cq', 'bm_call_create'],
nargs='+',
type=str,
help='Which microbenchmarks should be run')