Skip to content

Commit

Permalink
chore(bench): update CodSpeed/action to v2 (#3474)
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 f92d6e1 commit 65142b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if: steps.setup-python.outputs.cache-hit != 'true'

- name: Run benchmarks
uses: CodSpeedHQ/action@v1
uses: CodSpeedHQ/action@v2
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: poetry run pytest tests/benchmarks --codspeed
Expand Down

0 comments on commit 65142b8

Please sign in to comment.