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

Merge pull request #6683 from jtattermusch/fixup_run_full_performance

Small run_full_performance.sh fixups
parents 52aeb540 a8f72cff
No related branches found
No related tags found
No related merge requests found
......@@ -40,13 +40,17 @@ tools/run_tests/run_performance_tests.py \
--netperf \
--category all \
--bq_result_table performance_test.performance_experiment \
--remote_worker_host grpc-performance-server-8core grpc-performance-client-8core
--remote_worker_host grpc-performance-server-8core grpc-performance-client-8core \
|| EXIT_CODE=1
# scalability with 32cores (and upload to a different BQ table)
tools/run_tests/run_performance_tests.py \
-l c++ java csharp go \
--netperf
--netperf \
--category scalable \
--bq_result_table performance_test.performance_experiment_32core
--remote_worker_host grpc-performance-server-32core grpc-performance-client-32core
--remote_worker_host grpc-performance-server-32core grpc-performance-client-32core \
|| EXIT_CODE=1
exit $EXIT_CODE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment