Skip to content

Commit 82cedf2

Browse files
committed
Update CodSpeed GitHub Action
1 parent 0cc4235 commit 82cedf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
run: uv pip install ${{ steps.pgo-wheel.outputs.path }} --force-reinstall
7878

7979
- name: Run CodSpeed benchmarks.
80-
uses: CodSpeedHQ/action@v3
80+
uses: CodSpeedHQ/action@v4
8181
with:
82+
mode: instrumentation
8283
token: ${{ secrets.CODSPEED_TOKEN }}
8384
run: uv run --group=codspeed pytest . --codspeed -n auto

0 commit comments

Comments
 (0)