Reduce OSS benchmarks polling time to 5s. (#28131)

This change reduces total run time from ~86min to ~74min.
pull/28134/head
Paulo Castello da Costa 3 years ago committed by GitHub
parent 8e7718c663
commit 84525ae029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 1
      tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh

@ -128,6 +128,7 @@ time ../test-infra/bin/prepare_prebuilt_workers \
time ../test-infra/bin/runner \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_8CORE}.yaml" \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_32CORE}.yaml" \
-polling-interval 5s \
-delete-successful-tests \
-c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2" \
-o "runner/sponge_log.xml"

@ -126,6 +126,7 @@ time ../test-infra/bin/prepare_prebuilt_workers \
time ../test-infra/bin/runner \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_8CORE}.yaml" \
-i "../grpc/loadtest_with_prebuilt_workers_${WORKER_POOL_32CORE}.yaml" \
-polling-interval 5s \
-delete-successful-tests \
-c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2" \
-o "runner/sponge_log.xml"

Loading…
Cancel
Save