We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6dde4 commit e6b321eCopy full SHA for e6b321e
.github/workflows/ci.yaml
@@ -968,6 +968,11 @@ jobs:
968
969
- name: "Run benchmarks"
970
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
976
with:
977
mode: walltime
978
run: cargo codspeed run
0 commit comments