File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments