diff options
author | ncteisen <ncteisen@gmail.com> | 2017-09-08 12:10:45 -0700 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2017-09-08 12:10:45 -0700 |
commit | 942f2b539c8652a69d402970dc62a37bf43eda1c (patch) | |
tree | 84e90040eb018d303e23d87b4410a83f13ce673c /tools | |
parent | 24ea59b31de83fadced949a558b8eda44c3bff35 (diff) |
Disable latency profile of trickle
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/jenkins/run_performance_profile_daily.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/jenkins/run_performance_profile_daily.sh b/tools/jenkins/run_performance_profile_daily.sh index 26ee87d240..04a2464aee 100755 --- a/tools/jenkins/run_performance_profile_daily.sh +++ b/tools/jenkins/run_performance_profile_daily.sh @@ -27,4 +27,6 @@ else PYTHON=python2.7 fi -$PYTHON tools/run_tests/run_microbenchmark.py --collect summary perf latency +BENCHMARKS_TO_RUN="bm_fullstack_unary_ping_pong bm_fullstack_streaming_ping_pong bm_fullstack_streaming_pump bm_closure bm_cq bm_call_create bm_error bm_chttp2_hpack bm_chttp2_transport bm_pollset bm_metadata" + +$PYTHON tools/run_tests/run_microbenchmark.py --collect summary perf latency -b $BENCHMARKS_TO_RUN |