Generate reports for performance tests. (#26475)

This PR integrates report generation into performance test continuous runs.
pull/26477/head
Paulo Castello da Costa 4 years ago committed by GitHub
parent 5cbbf20c06
commit cbc6f0b0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 6
      tools/internal_ci/linux/grpc_e2e_performance_v2.sh

@ -111,8 +111,12 @@ time ../test-infra/bin/prepare_prebuilt_workers \
-t "${UNIQUE_IDENTIFIER}" \
-r "${ROOT_DIRECTORY_OF_DOCKERFILES}"
# Create reports directory.
mkdir -p runner
# Run tests.
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" \
-c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2"
-c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2" \
-o "runner/sponge_log.xml"

@ -112,8 +112,12 @@ time ../test-infra/bin/prepare_prebuilt_workers \
-t "${UNIQUE_IDENTIFIER}" \
-r "${ROOT_DIRECTORY_OF_DOCKERFILES}"
# Create reports directory.
mkdir -p runner
# Run tests.
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" \
-c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2"
-c "${WORKER_POOL_8CORE}:2" -c "${WORKER_POOL_32CORE}:2" \
-o "runner/sponge_log.xml"

Loading…
Cancel
Save