diff options
author | ncteisen <ncteisen@gmail.com> | 2017-06-26 23:07:24 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-06-26 23:14:53 -0700 |
commit | dd1ccc140833e6d4117be2fc774f982bfcb757c3 (patch) | |
tree | 12a7784a83f04a50535bbfa9e3680d9e509fb676 /tools/jenkins | |
parent | 0911b1612afa2155940cb2bcaf8ea4e1533e1b88 (diff) |
Modularize mmicrobenchmarks
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-x | tools/jenkins/run_performance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh index f530fb46b8..99214ab0b1 100755 --- a/tools/jenkins/run_performance.sh +++ b/tools/jenkins/run_performance.sh @@ -38,4 +38,4 @@ BENCHMARKS_TO_RUN="bm_fullstack_unary_ping_pong bm_fullstack_streaming_ping_pong cd $(dirname $0)/../.. tools/run_tests/start_port_server.py -tools/profiling/microbenchmarks/bm_diff.py -d origin/$ghprbTargetBranch -b $BENCHMARKS_TO_RUN +tools/profiling/microbenchmarks/bm_diff/bm_main.py -d origin/$ghprbTargetBranch -b $BENCHMARKS_TO_RUN |