We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba4069 commit 4bd794fCopy full SHA for 4bd794f
1 file changed
.github/workflows/codspeed.yml
@@ -40,8 +40,10 @@ jobs:
40
- name: Run benchmarks
41
uses: CodSpeedHQ/action@main
42
with:
43
+ runner-version: branch:cod-2105-support-memory-profiling-for-python
44
mode: ${{ matrix.mode }}
45
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
46
+ upload-url: https://api.staging.preview.codspeed.io/upload
47
48
all-checks:
49
runs-on: ubuntu-latest
0 commit comments