We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597bb2d commit 804624bCopy full SHA for 804624b
1 file changed
.github/workflows/codspeed.yml
@@ -37,11 +37,14 @@ jobs:
37
sudo apt-get install valgrind -y
38
uv sync --dev
39
sudo apt-get remove valgrind -y
40
+ - uses: dtolnay/rust-toolchain@stable
41
- name: Run benchmarks
42
uses: CodSpeedHQ/action@main
43
with:
44
+ runner-version: branch:cod-2105-support-memory-profiling-for-python
45
mode: ${{ matrix.mode }}
46
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
47
+ upload-url: https://api.staging.preview.codspeed.io/upload
48
49
all-checks:
50
runs-on: ubuntu-latest
0 commit comments