Skip to content

Commit

Permalink
ci: updated the artillery report to publish to artillery cloud (#2335)
Browse files Browse the repository at this point in the history
* ci: updated the artillery report to publish to artillery cloud
  • Loading branch information
gzukel authored Jun 11, 2024
1 parent 9d441b3 commit 5bcb1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nightly-performance-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "EXECUTE:LOADTESTS"
uses: artilleryio/action-cli@v1
with:
command: run .github/actions/performance-tests/art.yaml --output ./report.json
command: run .github/actions/performance-tests/art.yaml --record --key ${{ secrets.ARTILLERY_KEY }} --output ./report.json

- name: "GENERATE:REPORT"
uses: artilleryio/action-cli@v1
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

### CI

* [2335](https://github.com/zeta-chain/node/pull/2335) - ci: updated the artillery report to publish to artillery cloud
* [2285](https://github.com/zeta-chain/node/pull/2285) - added nightly EVM performance testing pipeline, modified localnet testing docker image to utilitze debian:bookworm, removed build-jet runners where applicable, removed deprecated/removed upgrade path testing pipeline.
* [2268](https://github.com/zeta-chain/node/pull/2268) - updated the publish-release pipeline to utilize the Github Actions Ubuntu 20.04 Runners.
* [2070](https://github.com/zeta-chain/node/pull/2070) - Added commands to build binaries from the working branch as a live full node rpc to test non-governance changes.
Expand Down

0 comments on commit 5bcb1c4

Please sign in to comment.