diff options
Diffstat (limited to 'tools/jenkins/run_performance.sh')
-rwxr-xr-x | tools/jenkins/run_performance.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh index 2ad87f16a5..9bdd116640 100755 --- a/tools/jenkins/run_performance.sh +++ b/tools/jenkins/run_performance.sh @@ -34,10 +34,4 @@ set -ex # Enter the gRPC repo root cd $(dirname $0)/../.. -[[ $* =~ '--latency_profile' ]] \ - && tools/profiling/latency_profile/run_latency_profile.sh \ - || true - tools/run_tests/run_performance_tests.py -l c++ - -wait |