Skip to content

Commit

Permalink
n_simul clusters as a env var
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Mar 29, 2024
1 parent 9e5c759 commit c87a4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c87a4fd

Please sign in to comment.