Skip to content

Commit

Permalink
removed export to grafana cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Nov 26, 2024
1 parent 8ea3c14 commit 045ba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-run-k6-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
./tests/k6/tests/scripts/generate_tokens.sh ./tests/k6/tests/performancetest_data ${{ inputs.tokens }}
k6 run ${{ inputs.testSuitePath }} --quiet --log-output=stdout --include-system-env-vars \
--vus=${{ inputs.vus }} --duration=${{ inputs.duration }} --out=cloud --out csv=./results.csv -e traceCalls=${{ inputs.traceCalls }}
--vus=${{ inputs.vus }} --duration=${{ inputs.duration }} --out csv=./results.csv -e traceCalls=${{ inputs.traceCalls }}
grep http_req_duration ./results.csv | sort --field-separator=',' --key=3 -nr | head -10
env:
API_ENVIRONMENT: ${{ inputs.environment }}
Expand Down

0 comments on commit 045ba16

Please sign in to comment.