From e6b321eccc699dae206aed44ee42497f4723e006 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 16 Sep 2025 10:08:22 +0100 Subject: [PATCH] Disable flamegraph uploads for walltime benchmarks (#20419) --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85088a50f8..c4f264280a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -968,6 +968,11 @@ jobs: - name: "Run benchmarks" 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: mode: walltime run: cargo codspeed run