test: CodSpeed null-change control - #95
Conversation
This commit changes one documentation line only. No runtime code changes. The commit is a control experiment for the CodSpeed baseline reports. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merging this PR will improve performance by 9.37%
Performance Changes
Tip Curious why performance improved? Comment Comparing Footnotes
|
Purpose
This pull request is a control experiment. Do not merge this pull request.
The CodSpeed reports on
cornerstonejs/codecsflag benchmarks that the diff cannotreach. This pull request tests one cause of those reports. The diff changes one
documentation line, and the diff changes no runtime code. A correct report must show
0 regressed benchmarks and 0 improved benchmarks.
The diff
The diff adds one HTML comment line to
packages/dicom-codec/README.md. The file isdocumentation only. The path is under
packages/, so the gate in.github/workflows/bench.ymlbenchesdicom-codec. The path is not in thetoolchain_touchedlist and not in theci_touchedlist, so the gate does notforce a full sweep.
Preparation
mainhad no CodSpeed baseline before this test. The tip ofmainis841110c,a
chore(release): publishcommit, and both workflows skip that commit by design.The parent commit
1859ac9also has no baseline, because threebuild (...)jobsreached the 50 minute timeout in
.github/workflows/pr-checks.yml.Two manual runs re-seeded the baseline on
841110c:pr-checks.yml, run34506668677. All 13 jobs reportsuccess.bench.yml, run34506961921. Thecodspeed-benchjob reportssuccess.Expected result
The CodSpeed comment must show 0 regressed benchmarks, 0 improved benchmarks, and
no
unexpected-basefootnote. A flagged benchmark shows that a second cause remains.🤖 Generated with Claude Code