Run call_create benchmarks
This commit is contained in:
parent
cff371aa2e
commit
8300071b4b
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue