Merge pull request #20235 from jtattermusch/singlevm_benchmarks_node_remove

Remove node from singlevm end to end benchmarks
pull/20266/head
Jan Tattermusch 5 years ago committed by GitHub
commit aa0c7f7dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/internal_ci/linux/grpc_e2e_performance_singlevm.sh

@ -20,8 +20,10 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc source tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc
# "smoketest" scenarios on a single VM (=no remote VM for running qps_workers) # "smoketest" scenarios on a single VM (=no remote VM for running qps_workers)
# TODO(jtattermusch): add back "node" language once the scenarios are passing again
# See https://github.com/grpc/grpc/issues/20234
tools/run_tests/run_performance_tests.py \ tools/run_tests/run_performance_tests.py \
-l c++ csharp ruby java python go php7 php7_protobuf_c node \ -l c++ csharp ruby java python go php7 php7_protobuf_c \
--netperf \ --netperf \
--category smoketest \ --category smoketest \
-u kbuilder \ -u kbuilder \

Loading…
Cancel
Save