Skip to content

Commit b39b62f

Browse files
authored
chore(bench): update CodSpeed/action to v2 (#1972)
Upgrading to the v2 of https://github.com/CodSpeedHQ/action will bring a better base run selection algorithm, better logging, and continued support.
1 parent 030fcaf commit b39b62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pip install .[bench]
2727

2828
- name: Run benchmarks
29-
uses: CodSpeedHQ/action@v1
29+
uses: CodSpeedHQ/action@v2
3030
with:
3131
token: ${{ secrets.CODSPEED_TOKEN }}
3232
run: pytest . --codspeed

0 commit comments

Comments
 (0)