We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71ec50 commit 787b06dCopy full SHA for 787b06d
1 file changed
.github/workflows/codspeed.yml
@@ -34,8 +34,9 @@ jobs:
34
uv sync --dev
35
sudo apt-get remove valgrind -y
36
- name: Run benchmarks
37
- uses: CodSpeedHQ/action@main
+ uses: CodSpeedHQ/action@v4
38
with:
39
+ runner-version: 4.3.2
40
mode: ${{ matrix.mode }}
41
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
42
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments