Skip to content

Commit 5cf0f49

Browse files
chore: test with new stack size
1 parent a618ede commit 5cf0f49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ jobs:
3333
sudo apt-get install valgrind -y
3434
uv sync --dev
3535
sudo apt-get remove valgrind -y
36+
- run: rustup toolchain install stable
3637
- name: Run benchmarks
3738
uses: CodSpeedHQ/action@main
3839
with:
3940
mode: ${{ matrix.mode }}
4041
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
4143
token: ${{ secrets.CODSPEED_TOKEN }}
4244

4345
all-checks:

0 commit comments

Comments
 (0)