Skip to content

Commit

Permalink
Update k6_heavy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Aug 26, 2024
1 parent 6e489bd commit d6d49a7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/k6_heavy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,11 @@ jobs:
env:
K6_WRITE_HOSTNAME: "localhost:3100"
K6_READ_HOSTNAME: "localhost:3100"
K6_WRITE_REQUEST_RATE: 5
K6_WRITE_SERIES_PER_REQUEST: 15
K6_READ_REQUEST_RATE: 5
K6_DURATION_MIN: 5
K6_RAMP_UP_MIN: 2
K6_RAMP_DOWN_MIN: 2
K6_SCRAPE_INTERVAL_SECONDS: 15
K6_WRITE_REQUEST_RATE: 2
K6_WRITE_SERIES_PER_REQUEST: 10
K6_READ_REQUEST_RATE: 2
K6_DURATION_MIN: 4
K6_SCRAPE_INTERVAL_SECONDS: 30
RAMP_UP_MIN: 0
- run: mv summary.txt prom_summary.txt
if: always()
Expand Down

0 comments on commit d6d49a7

Please sign in to comment.