diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-04-21 09:30:28 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-04-21 09:30:28 -0700 |
commit | b49d9e32c9b4bbc82761e36e43cf819ff48b1704 (patch) | |
tree | 77decbefbc2cba508e111c045137ff2bc0091fa6 | |
parent | 882f5f9f5f5cd52f38d7ff2d6b9967228dfae745 (diff) |
stop running latency profile in performance tests
-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 |