Skip to content

Commit 65749ef

Browse files
authored
Merge pull request #1973 from asdf-format/dependabot/github_actions/main/CodSpeedHQ/action-4
Bump CodSpeedHQ/action from 3 to 4
2 parents 479089a + e07ccb5 commit 65749ef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
python-version: "3.13"
3939
- name: Install dependencies
4040
run: pip install pytest-codspeed .[benchmark]
41-
- uses: CodSpeedHQ/action@v3
41+
- uses: CodSpeedHQ/action@v4
4242
with:
43-
run: pytest benchmarks/ --codspeed
43+
run: pytest benchmarks/ --codspeed --codspeed-mode instrumentation
44+
mode: instrumentation
4445
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)