diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2017-11-10 17:11:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-10 17:11:52 +0100 |
commit | 8f1e27fa5851988ac1429e8d4544a1ec48038021 (patch) | |
tree | e1040f592553b2aa90f6f440e09a2aa9e81c56e0 | |
parent | 9c34c78d339c7a22f810abba8b42696259ff4958 (diff) | |
parent | 68597744213f3f86386392efaaf8407e9b2565b9 (diff) |
Merge pull request #13348 from jtattermusch/no_benchmarks_node
Remove node benchmarks from run performance script.
-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 195cc68003..8657cc9a73 100755 --- a/tools/jenkins/run_full_performance.sh +++ b/tools/jenkins/run_full_performance.sh @@ -21,7 +21,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 node_express php7 php7_protobuf_c \ + -l c++ csharp ruby java python go php7 php7_protobuf_c \ --netperf \ --category scalable \ --bq_result_table performance_test.performance_experiment \ |