Skip to content

Commit 804624b

Browse files
committed
wip(ci): use latest runner and staging
1 parent 597bb2d commit 804624b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ jobs:
3737
sudo apt-get install valgrind -y
3838
uv sync --dev
3939
sudo apt-get remove valgrind -y
40+
- uses: dtolnay/rust-toolchain@stable
4041
- name: Run benchmarks
4142
uses: CodSpeedHQ/action@main
4243
with:
44+
runner-version: branch:cod-2105-support-memory-profiling-for-python
4345
mode: ${{ matrix.mode }}
4446
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
4548

4649
all-checks:
4750
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)