Skip to content

Commit

Permalink
Update k6-qryn-prometheus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 9, 2023
1 parent 0df33be commit 43d6ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k6-qryn-prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
CLICKHOUSE_SERVER: clickhouse

steps:
- name: Collect Workflow Telemetry
uses: runforesight/[email protected]
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand All @@ -40,6 +38,8 @@ jobs:
run: |
wget https://github.com/metrico/qryn-bench/releases/download/latest/k6
chmod +x k6
- name: Collect Workflow Telemetry
uses: runforesight/[email protected]
- name: Run k6 local test
run: ./k6 run --out csv=results.csv prometheus/qryn-loadtest.js
env:
Expand Down

0 comments on commit 43d6ebd

Please sign in to comment.