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 8d2fa78 commit 02b1568
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 @@ -60,7 +60,7 @@ jobs:
run: ./k6 run --out csv=results.csv loki/qryn-loki-loadtest.js
env:
K6_VUS: 1
K6_ITERACTIONS: 50
K6_ITERACTIONS: 150
- run: mv summary.txt loki_summary.txt
if: always()
- name: Wait for Prom API
Expand All @@ -78,7 +78,7 @@ jobs:
K6_WRITE_REQUEST_RATE: 1
K6_WRITE_SERIES_PER_REQUEST: 5
K6_READ_REQUEST_RATE: 1
K6_DURATION_MIN: 1
K6_DURATION_MIN: 2
K6_SCRAPE_INTERVAL_SECONDS: 15
RAMP_UP_MIN: 0
- run: mv summary.txt prom_summary.txt
Expand All @@ -92,8 +92,8 @@ jobs:
env:
K6_TEMPO_ENDPOINT: "http://localhost:3100"
K6_VUS: 1
K6_DURATION_MINUTES: 1
K6_ITERATIONS: 20
K6_DURATION_MINUTES: 2
K6_ITERATIONS: 100
- run: mv summary.txt tempo_summary.txt
if: always()
- name: Strip Text report
Expand Down

0 comments on commit 02b1568

Please sign in to comment.