aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_microbenchmark.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-16 16:26:51 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-16 16:26:51 -0800
commitb8e2bca4eb71c109943ea3ed59dca74dd30cbd68 (patch)
tree7f44fccc63fb4f39bca8763f92c8d5fd24a03759 /tools/run_tests/run_microbenchmark.py
parent2f201bd3513b5098831d19d237a5664675a0ce88 (diff)
Add a benchmark for metadata primitives
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 d6719022bb..2bf4bc1d4d 100755
--- a/tools/run_tests/run_microbenchmark.py
+++ b/tools/run_tests/run_microbenchmark.py
@@ -195,7 +195,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', 'bm_call_create', 'bm_error'],
+ default=['bm_fullstack', 'bm_closure', 'bm_cq', 'bm_call_create', 'bm_error', 'bm_metadata'],
nargs='+',
type=str,
help='Which microbenchmarks should be run')