diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-05-22 01:41:32 -0400 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-05-22 01:41:32 -0400 |
commit | 9dda3fcd8ac10e9f41aaebf3cd3a8a888db929d6 (patch) | |
tree | ac9fc97fec769fcf0db1f80da7d328d21592dfa3 /tools/jenkins | |
parent | c34d59e442968927a1d825ad5600439c3533c8f4 (diff) |
one more typo fix
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 06e372ff6f..bb1f79ff2c 100755 --- a/tools/jenkins/run_full_performance.sh +++ b/tools/jenkins/run_full_performance.sh @@ -48,7 +48,7 @@ tools/run_tests/run_performance_tests.py \ -l c++ java csharp go \ --netperf \ --category scalable \ - --bq_result_table performance_test.performance_experiment_32core + --bq_result_table performance_test.performance_experiment_32core \ --remote_worker_host grpc-performance-server-32core grpc-performance-client-32core \ || EXIT_CODE=1 |