We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6151be commit e15aad8Copy full SHA for e15aad8
1 file changed
.github/workflows/codspeed.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
shard: [1, 2, 3, 4]
22
- mode: ["instrumentation", "walltime", "memory"]
+ mode: ["instrumentation", "walltime"]
23
24
name: "Run ${{ matrix.mode }} benchmarks (Shard #${{ matrix.shard }})"
25
runs-on: ${{ matrix.mode == 'instrumentation' && 'ubuntu-24.04' || 'codspeed-macro' }}
@@ -44,7 +44,7 @@ jobs:
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
+ # upload-url: https://api.staging.preview.codspeed.io/upload
48
49
all-checks:
50
runs-on: ubuntu-latest
0 commit comments