diff options
author | Craig Tiller <ctiller@google.com> | 2016-05-25 15:39:27 -0400 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-05-25 15:39:27 -0400 |
commit | 22ca12b83fe63b49c787f2a56999a782d39177e2 (patch) | |
tree | 1529e250e8350608420f47eb598f5bfe59493538 | |
parent | 61aa858d7edb3adf9b807eda24db61482499e5fa (diff) | |
parent | db51bf9f818e28e23100a660584dfdf15ea1ac2d (diff) |
Merge pull request #6716 from jtattermusch/enable_multiclient
Use 2 clients for 32core throughput scenarios.
-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 bb1f79ff2c..f1e09a81fb 100755 --- a/tools/jenkins/run_full_performance.sh +++ b/tools/jenkins/run_full_performance.sh @@ -49,7 +49,7 @@ tools/run_tests/run_performance_tests.py \ --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 grpc-performance-client2-32core \ || EXIT_CODE=1 exit $EXIT_CODE |