Skip to content

Commit

Permalink
chore(bench): update CodSpeed/action to v2 (#54)
Browse files Browse the repository at this point in the history
Upgrading to the v2 of https://github.com/CodSpeedHQ/action will bring a better base run selection algorithm, better logging, and continued support.
  • Loading branch information
adriencaccia authored Apr 27, 2024
1 parent db09f08 commit 08c63a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: cd powerboxesrs && cargo codspeed build

- name: Run benchmarks
uses: CodSpeedHQ/action@v1
uses: CodSpeedHQ/action@v2
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest bindings/tests/ --codspeed && cd powerboxesrs && cargo codspeed run

0 comments on commit 08c63a5

Please sign in to comment.