We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 479089a + e07ccb5 commit 65749efCopy full SHA for 65749ef
1 file changed
.github/workflows/benchmark.yml
@@ -38,7 +38,8 @@ jobs:
38
python-version: "3.13"
39
- name: Install dependencies
40
run: pip install pytest-codspeed .[benchmark]
41
- - uses: CodSpeedHQ/action@v3
+ - uses: CodSpeedHQ/action@v4
42
with:
43
- run: pytest benchmarks/ --codspeed
+ run: pytest benchmarks/ --codspeed --codspeed-mode instrumentation
44
+ mode: instrumentation
45
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments