Skip to content

Commit 22f06f2

Browse files
committed
wip(ci): use staging env with memory
1 parent 9c7daa8 commit 22f06f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
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"]
22+
mode: ["memory"]
2323

2424
name: "Run ${{ matrix.mode }} benchmarks (Shard #${{ matrix.shard }})"
2525
runs-on: ${{ matrix.mode == 'instrumentation' && 'ubuntu-24.04' || 'codspeed-macro' }}
@@ -42,6 +42,7 @@ jobs:
4242
with:
4343
mode: ${{ matrix.mode }}
4444
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
45+
upload-url: https://api.staging.preview.codspeed.io/upload
4546

4647
all-checks:
4748
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)