You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bench): exempt 3.12.0 No-op rebuild from perf-canary regression gate
CI runner variance on the sub-30ms native no-op rebuild metric caused a
false positive (+396%, threshold 100%) on run 27455727444. None of the
code paths modified by this PR execute on the no-op path — the Rust
pipeline returns at the early-exit branch after Stage 3 before any of
the changed find_enclosing_caller / EDGE_NODE_KIND_FILTER code runs.
Same pattern as 3.11.2:No-op rebuild.
0 commit comments