Skip to content

Commit

Permalink
Update k6-qryn-tempo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 8, 2023
1 parent ffa1190 commit e769e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k6-qryn-tempo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
wget https://github.com/metrico/qryn-bench/releases/download/latest/k6-tracing -O k6
chmod +x k6
- name: Run k6 loki test
run: ./k6 run --out csv=results.csv tempo/qryn-tempo-loadtest.js
run: ./k6 run --out csv=results.csv tempo/qryn-tempo-template.js
env:
K6_TEMPO_ENDPOINT: "http://localhost:3100"
K6_VUS: 1
K6_DURATION_MINUTES: 1
K6_INTERVAL: 15
K6_ITERATIONS: 10
- name: Strip Text report
run: |
sed -i 's/[^[:print:]]/*/' summary.txt
Expand Down

0 comments on commit e769e66

Please sign in to comment.