Skip to content

Commit

Permalink
Update all-in-one-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 9, 2024
1 parent 3469bf6 commit f68fba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/all-in-one-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
K6_WRITE_HOSTNAME: "localhost:3100"
K6_READ_HOSTNAME: "localhost:3100"
K6_WRITE_REQUEST_RATE: 1
K6_WRITE_SERIES_PER_REQUEST: 5
K6_WRITE_SERIES_PER_REQUEST: 15
K6_READ_REQUEST_RATE: 1
K6_DURATION_MIN: 2
K6_DURATION_MIN: 3
K6_SCRAPE_INTERVAL_SECONDS: 15
RAMP_UP_MIN: 0
RAMP_UP_MIN: 1
- run: mv summary.txt prom_summary.txt
if: always()
- name: Wait for Tempo API
Expand All @@ -93,7 +93,7 @@ jobs:
K6_TEMPO_ENDPOINT: "http://localhost:3100"
K6_VUS: 1
K6_DURATION_MINUTES: 2
K6_ITERATIONS: 60
K6_ITERATIONS: 50
- run: mv summary.txt tempo_summary.txt
if: always()
- name: Strip Text report
Expand Down

0 comments on commit f68fba9

Please sign in to comment.