From c87a4fdc07d76e741b07f76df29504eea9fbdab5 Mon Sep 17 00:00:00 2001 From: Vibhav Bobade Date: Fri, 29 Mar 2024 17:31:52 +0530 Subject: [PATCH] n_simul clusters as a env var --- .github/workflows/e2e-perf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-perf.yaml b/.github/workflows/e2e-perf.yaml index f99d6435..496f8d2a 100644 --- a/.github/workflows/e2e-perf.yaml +++ b/.github/workflows/e2e-perf.yaml @@ -14,7 +14,7 @@ env: N_SIMUL_PERF_DATA_FILE: n-simul-perf-data.json COLD_START_PERF_DATA_FILE: cold-start-perf-data.txt E2E_UTILS: ./hack/e2e/perf/scripts/utils.sh - N_SIMUL_CLUSTERS: 3 + N_SIMUL_CLUSTERS: 5 permissions: contents: write @@ -142,7 +142,7 @@ jobs: ## > comment to test with dummy data - name: Time taken to create UffizziClusters with different numbers of workers run: | - n_simultaneous_clusters=3 + n_simultaneous_clusters=$N_SIMUL_CLUSTERS for n_workers in $(seq 1 5 31); do # update concurrent workers yq -i '.concurrent = "$n_workers"' helm-values.yaml