Disable flamegraph uploads for walltime benchmarks (#20419)

This commit is contained in:
Alex Waygood 2025-09-16 10:08:22 +01:00 committed by GitHub
parent 2a6dde4acb
commit e6b321eccc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -968,6 +968,11 @@ jobs:
- name: "Run benchmarks" - name: "Run benchmarks"
uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1 uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
env:
# enabling walltime flamegraphs adds ~6 minutes to the CI time, and they don't
# appear to provide much useful insight for our walltime benchmarks right now
# (see https://github.com/astral-sh/ruff/pull/20419)
CODSPEED_PERF_ENABLED: false
with: with:
mode: walltime mode: walltime
run: cargo codspeed run run: cargo codspeed run