Skip to content
Snippets Groups Projects
Unverified Commit 373fc241 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #20505 from jtattermusch/fixes_multimachine_bm

Fixes in multimachine benchmark scripts
parents 6bb4e688 6c072127
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ tools/run_tests/run_performance_tests.py \ ...@@ -31,7 +31,7 @@ tools/run_tests/run_performance_tests.py \
|| EXIT_CODE=1 || EXIT_CODE=1
# prevent pushing leftover build files to remote hosts in the next step. # prevent pushing leftover build files to remote hosts in the next step.
git clean -fdxq -e reports git clean -fdxq -e reports -e run_performance_tests
# scalability with 32cores (and upload to a different BQ table) # scalability with 32cores (and upload to a different BQ table)
tools/run_tests/run_performance_tests.py \ tools/run_tests/run_performance_tests.py \
...@@ -45,15 +45,6 @@ tools/run_tests/run_performance_tests.py \ ...@@ -45,15 +45,6 @@ tools/run_tests/run_performance_tests.py \
|| EXIT_CODE=1 || EXIT_CODE=1
# prevent pushing leftover build files to remote hosts in the next step. # prevent pushing leftover build files to remote hosts in the next step.
git clean -fdxq -e reports git clean -fdxq -e reports -e run_performance_tests
# selected scenarios on Windows
tools/run_tests/run_performance_tests.py \
-l csharp \
--category scalable \
--remote_worker_host grpc-kokoro-performance-windows1 grpc-kokoro-performance-windows2 \
--bq_result_table performance_test.performance_experiment_windows \
--xml_report run_performance_tests/windows/sponge_log.xml \
|| EXIT_CODE=1
exit $EXIT_CODE exit $EXIT_CODE
...@@ -31,7 +31,7 @@ tools/run_tests/run_performance_tests.py \ ...@@ -31,7 +31,7 @@ tools/run_tests/run_performance_tests.py \
|| EXIT_CODE=1 || EXIT_CODE=1
# prevent pushing leftover build files to remote hosts in the next step. # prevent pushing leftover build files to remote hosts in the next step.
git clean -fdxq -e reports git clean -fdxq -e reports -e run_performance_tests
# scalability with 32cores (and upload to a different BQ table) # scalability with 32cores (and upload to a different BQ table)
tools/run_tests/run_performance_tests.py \ tools/run_tests/run_performance_tests.py \
...@@ -45,15 +45,6 @@ tools/run_tests/run_performance_tests.py \ ...@@ -45,15 +45,6 @@ tools/run_tests/run_performance_tests.py \
|| EXIT_CODE=1 || EXIT_CODE=1
# prevent pushing leftover build files to remote hosts in the next step. # prevent pushing leftover build files to remote hosts in the next step.
git clean -fdxq -e reports git clean -fdxq -e reports -e run_performance_tests
# selected scenarios on Windows
tools/run_tests/run_performance_tests.py \
-l csharp \
--category scalable \
--remote_worker_host grpc-kokoro-performance-windows1 grpc-kokoro-performance-windows2 \
--bq_result_table performance_released.performance_experiment_windows \
--xml_report run_performance_tests/windows/sponge_log.xml \
|| EXIT_CODE=1
exit $EXIT_CODE exit $EXIT_CODE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment