Stale compile_check baseline: check_ms drift +35-47% (pre-existing, confirmed at b151990)
#45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found during the #44 cycle-close audit. The audit commit body (
7321826) initially attributed the compile_check.py exit-1 to transient machine load — that attribution is WRONG and this issue corrects the record.Finding (verified)
bench/compile_check.py exits 1: all 12 check_ms.* metrics (type-check wall-clock) are +31..49% over baseline, uniformly across every fixture (hello +47%, nested_pat +35%, etc.). build_O0_ms.* are within tolerance.
It is NOT noise and NOT caused by #44
b151990(before #44) in an isolated git worktree: identical +34..47% check_ms elevation. So the drift predates the cycle entirely.Root cause
bench/baseline_compile.json was last ratified 2026-05-15 (
20add51, mut.4-tidy). Since then ~6 milestones landed (floats, raw-buf, kernel-extension-mechanics, intrinsic-bodies, #43 unique-binder-names, #44). The accumulated type-checker cost has drifted ~+0.8ms on a ~2ms baseline — past the 25% tolerance on the tiny-baseline check_ms metrics. The throughput baseline (bench/baseline.json) was re-ratified 2026-05-28 (de4399d) but the compile baseline was not.Decision needed (ratify vs investigate)
depends on: nothing
context: surfaced by the #44 audit; main HEAD (
7321826) carries the now-corrected wrong attribution and cannot be amended (main sacrosanct), so this issue is the forward record. Baseline deliberately left UNTOUCHED pending this decision.