diff options
author | Craig Tiller <ctiller@google.com> | 2016-11-16 14:56:34 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-11-16 14:56:34 -0800 |
commit | 1016d9feca27f295fb8fe1c0e76a9fbd0ef14051 (patch) | |
tree | 5f9ce273109af25c2e8585118bd2b77fd2bd1227 /tools/jenkins/run_full_performance.sh | |
parent | 13fda37dee1b1de6dda079b3a019e138352ee176 (diff) | |
parent | 740665a6f65b3d827e0755de8bb1bcd57745b9f1 (diff) |
Merge github.com:grpc/grpc into bm_fullstack
Diffstat (limited to 'tools/jenkins/run_full_performance.sh')
-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 7631db8844..4c4bddb855 100755 --- a/tools/jenkins/run_full_performance.sh +++ b/tools/jenkins/run_full_performance.sh @@ -36,7 +36,7 @@ cd $(dirname $0)/../.. # run 8core client vs 8core server tools/run_tests/run_performance_tests.py \ - -l c++ csharp node ruby java python go \ + -l c++ csharp node ruby java python go node_express \ --netperf \ --category scalable \ --bq_result_table performance_test.performance_experiment \ |