From 63a8446276f60f3ed66e1a88d477b82ddf9d3d9c Mon Sep 17 00:00:00 2001 From: Jan Tattermusch <jtattermusch@google.com> Date: Wed, 16 Nov 2016 15:42:24 +0100 Subject: [PATCH] start runing win benchmarks as part of full suite --- tools/jenkins/run_full_performance.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/jenkins/run_full_performance.sh b/tools/jenkins/run_full_performance.sh index 4c4bddb855..65dafd5b6d 100755 --- a/tools/jenkins/run_full_performance.sh +++ b/tools/jenkins/run_full_performance.sh @@ -52,4 +52,12 @@ tools/run_tests/run_performance_tests.py \ --remote_worker_host grpc-performance-server-32core grpc-performance-client-32core grpc-performance-client2-32core \ || EXIT_CODE=1 +# selected scenarios on Windows +tools/run_tests/run_performance_tests.py \ + -l csharp \ + --category scalable \ + --bq_result_table performance_test.performance_experiment_windows \ + --remote_worker_host grpc-performance-windows1 grpc-performance-windows2 \ + || EXIT_CODE=1 + exit $EXIT_CODE -- GitLab