aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-04 14:20:59 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-04 14:20:59 -0700
commit9125923c077366cbc9bce9dee765dd5beba79544 (patch)
tree7d2866c7fe4b96bbb3f9cac3e51346ea1e0f7ed6 /tools
parentf734e732e3aa94c2db0550e36d007f0114338560 (diff)
Configure tool to run
Diffstat (limited to 'tools')
-rwxr-xr-xtools/internal_ci/linux/grpc_microbenchmark_diff.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/internal_ci/linux/grpc_microbenchmark_diff.sh b/tools/internal_ci/linux/grpc_microbenchmark_diff.sh
index 58ffcf336b..45add1b02d 100755
--- a/tools/internal_ci/linux/grpc_microbenchmark_diff.sh
+++ b/tools/internal_ci/linux/grpc_microbenchmark_diff.sh
@@ -25,6 +25,8 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc
tools/run_tests/start_port_server.py
+tools/jenkins/run_c_cpp_test.sh tools/profiling/bloat/bloat_diff.py \
+ -d origin/$ghprbTargetBranch || FAILED="true"
tools/jenkins/run_c_cpp_test.sh tools/profiling/microbenchmarks/bm_diff/bm_main.py \
-d origin/$ghprbTargetBranch \
-b $BENCHMARKS_TO_RUN || FAILED="true"