Skip to content

Commit e15aad8

Browse files
committed
wip: run on prod again
1 parent c6151be commit e15aad8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
shard: [1, 2, 3, 4]
22-
mode: ["instrumentation", "walltime", "memory"]
22+
mode: ["instrumentation", "walltime"]
2323

2424
name: "Run ${{ matrix.mode }} benchmarks (Shard #${{ matrix.shard }})"
2525
runs-on: ${{ matrix.mode == 'instrumentation' && 'ubuntu-24.04' || 'codspeed-macro' }}
@@ -44,7 +44,7 @@ jobs:
4444
runner-version: branch:cod-2105-support-memory-profiling-for-python
4545
mode: ${{ matrix.mode }}
4646
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
47+
# upload-url: https://api.staging.preview.codspeed.io/upload
4848

4949
all-checks:
5050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)