diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-03 11:10:09 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-03 11:10:09 -0800 |
commit | 0d8b11fe210102e6d8ef30bb27dc05d5729005a1 (patch) | |
tree | 913bc18b55293e476c4c32ad6d69f1559672d0ac | |
parent | cc928d6b7187d40356e8dbbd6160778493670920 (diff) |
Update test list
-rwxr-xr-x | tools/run_tests/run_microbenchmark.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/run_tests/run_microbenchmark.py b/tools/run_tests/run_microbenchmark.py index 3a9461ecd3..9153b5c1f6 100755 --- a/tools/run_tests/run_microbenchmark.py +++ b/tools/run_tests/run_microbenchmark.py @@ -199,7 +199,10 @@ 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', + default=['bm_fullstack_trickle', + 'bm_fullstack_unary_ping_pong', + 'bm_fullstack_streaming_ping_pong', + 'bm_fullstack_streaming_pump', 'bm_closure', 'bm_cq', 'bm_call_create', |