aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_microbenchmark.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-23 06:34:34 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-23 06:34:34 -0800
commit8300071b4b76a3aa89f167d991bc0fd7d4528362 (patch)
tree14b640448104b265e084cc1ab289766d085fc881 /tools/run_tests/run_microbenchmark.py
parentcff371aa2e8dad8bf556fb3f860e45e1e483bae7 (diff)
Run call_create benchmarks
Diffstat (limited to 'tools/run_tests/run_microbenchmark.py')
-rwxr-xr-xtools/run_tests/run_microbenchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_microbenchmark.py b/tools/run_tests/run_microbenchmark.py
index a60178d2dd..b090847820 100755
--- a/tools/run_tests/run_microbenchmark.py
+++ b/tools/run_tests/run_microbenchmark.py
@@ -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')