diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-01 21:57:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-01 21:57:42 -0700 |
commit | 0ae9959a1c93bedeb6f8ac009cb338eeee08a8ba (patch) | |
tree | 0838863f0c425d587589b54d9d6675a46ff4952c /tools/jenkins | |
parent | bd210c0bff6c8e52f49caa1cbc129359c24e2fbf (diff) |
Revert "Revert "Add selected fullstack benchmarks to pr suite""
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 dee033a951..544e31dcbd 100755 --- a/tools/jenkins/run_performance.sh +++ b/tools/jenkins/run_performance.sh @@ -32,7 +32,7 @@ set -ex # List of benchmarks that provide good signal for analyzing performance changes in pull requests -BENCHMARKS_TO_RUN="bm_closure bm_cq bm_call_create bm_error bm_chttp2_hpack bm_chttp2_transport bm_pollset bm_metadata" +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" # Enter the gRPC repo root cd $(dirname $0)/../.. |