Skip to content

Commit e6b321e

Browse files
authored
Disable flamegraph uploads for walltime benchmarks (#20419)
1 parent 2a6dde4 commit e6b321e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,11 @@ jobs:
968968

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

0 commit comments

Comments
 (0)