diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-29 08:33:27 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-29 08:33:27 -0700 |
commit | ab1c6c3b313d7e3ef641b23f1faba641b8044b0c (patch) | |
tree | a816bcaa5f0b4288176f65089d31508d8501cd0f | |
parent | 5431f909601ee4eb4984aed24b6614a324bed76e (diff) |
Cleanup args
-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 c2b7af063f..87699a283e 100755 --- a/tools/jenkins/run_performance.sh +++ b/tools/jenkins/run_performance.sh @@ -38,6 +38,6 @@ BENCHMARKS_TO_RUN="bm_closure bm_cq bm_call_create bm_error bm_chttp2_hpack bm_c cd $(dirname $0)/../.. # todo(mattkwong): Change performance test to use microbenchmarking -tools/profiling/microbenchmarks/bm_diff.py -g -d origin/$ghprbTargetBranch -b $BENCHMARKS_TO_RUN +tools/profiling/microbenchmarks/bm_diff.py -d origin/$ghprbTargetBranch -b $BENCHMARKS_TO_RUN tools/run_tests/run_performance_tests.py -l c++ node ruby csharp python --netperf --category smoketest |