diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-25 15:48:52 -0400 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-25 15:48:52 -0400 |
commit | ebd506b7dea9e42f1bcd44a48f2dbc41ec49457a (patch) | |
tree | 34e6f0845ed3a227b58a3bf3004ccd2ef014f67f /tools/jenkins | |
parent | db51bf9f818e28e23100a660584dfdf15ea1ac2d (diff) |
use 2 clients for 8core setup as well
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-x | tools/jenkins/run_full_performance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_full_performance.sh b/tools/jenkins/run_full_performance.sh index f1e09a81fb..3feda866f2 100755 --- a/tools/jenkins/run_full_performance.sh +++ b/tools/jenkins/run_full_performance.sh @@ -40,7 +40,7 @@ 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 grpc-performance-client2-8core \ || EXIT_CODE=1 # scalability with 32cores (and upload to a different BQ table) |