Update test runner invocation in performance tests. (#26235)

* Removes optional flag -a, allowing it to be changed later to a long-form flag.
* Updates concurrency levels to one more than what each worker node pool can support (each test requires two workers, and there are nine nodes in each pool, so each node can support four tests).
pull/26238/head
Paulo Castello da Costa 4 years ago committed by GitHub
parent 2aefb26f5d
commit a543f77886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_e2e_performance_v2.sh

@ -90,4 +90,4 @@ go run ../test-infra/tools/prepare_prebuilt_workers/prepare_prebuilt_workers.go
../test-infra/bin/runner \
-i ../grpc/loadtest_with_prebuilt_workers_workers-8core.yaml \
-i ../grpc/loadtest_with_prebuilt_workers_workers-32core.yaml \
-a pool -c workers-8core:8 -c workers-32core:8
-c workers-8core:5 -c workers-32core:5

Loading…
Cancel
Save