We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a618ede commit 5cf0f49Copy full SHA for 5cf0f49
1 file changed
.github/workflows/codspeed.yml
@@ -33,11 +33,13 @@ jobs:
33
sudo apt-get install valgrind -y
34
uv sync --dev
35
sudo apt-get remove valgrind -y
36
+ - run: rustup toolchain install stable
37
- name: Run benchmarks
38
uses: CodSpeedHQ/action@main
39
with:
40
mode: ${{ matrix.mode }}
41
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
42
+ runner-version: branch:cod-2035-python-in-profiling-cli
43
token: ${{ secrets.CODSPEED_TOKEN }}
44
45
all-checks:
0 commit comments