Skip to content

Commit fc8f559

Browse files
committed
wip: run on prod again
1 parent 804624b commit fc8f559

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 3 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' }}
@@ -41,10 +41,10 @@ jobs:
4141
- name: Run benchmarks
4242
uses: CodSpeedHQ/action@main
4343
with:
44-
runner-version: branch:cod-2105-support-memory-profiling-for-python
44+
# 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)