From d3c28275f506b4178ed8ad30e55512528048f090 Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Tue, 28 Mar 2017 08:27:02 -0700 Subject: [PATCH] Simpler --- tools/jenkins/run_performance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh index f862bcab30..c2b7af063f 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 --diff_base origin/$ghprbTargetBranch -b $BENCHMARKS_TO_RUN +tools/profiling/microbenchmarks/bm_diff.py -g -d origin/$ghprbTargetBranch -b $BENCHMARKS_TO_RUN tools/run_tests/run_performance_tests.py -l c++ node ruby csharp python --netperf --category smoketest -- GitLab