Skip to content
Snippets Groups Projects
Commit b49d9e32 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

stop running latency profile in performance tests

parent 882f5f9f
No related branches found
No related tags found
No related merge requests found
...@@ -34,10 +34,4 @@ set -ex ...@@ -34,10 +34,4 @@ set -ex
# Enter the gRPC repo root # Enter the gRPC repo root
cd $(dirname $0)/../.. cd $(dirname $0)/../..
[[ $* =~ '--latency_profile' ]] \
&& tools/profiling/latency_profile/run_latency_profile.sh \
|| true
tools/run_tests/run_performance_tests.py -l c++ tools/run_tests/run_performance_tests.py -l c++
wait
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment