Bump corpus SHA + baseline for A2/A7 fixtures - #105
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks 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 |
Summary
Bumps
.benchmark-fixtures-shato217ab45(corpus PR recost-dev/extension-benchmark#6 merged) so the D1 gate now scans 7 fixtures including:dynamic-fetch-urls/— exercises A2 (template-literalfetchURL constant folding from PR A2: same-file const folding for dynamic fetch URLs (closes #74) #103)raw-fetch-elevenlabs/— exercises A7 (rawfetchto provider withurlPathKeyentries from PR A7: URL-path method fallback for raw fetch (closes #79) #104)Updates
benchmark/baseline.jsonto reflect the new aggregate metrics — A2 and A7 are now measured.D1 baseline change
Finding precision dips slightly (-0.89pp, well within the 1pp gate tolerance): the two new fixtures have no expected findings, but
raw-fetch-elevenlabsemits at least one finding (likely a local-rule waste suggestion on the new rawfetchcalls) that counts as FP in the aggregate denominator. Detection metrics are the load-bearing signal here, and they jump as predicted by the dry-run (+5.31pp / +5.91pp / +2.55pp).Both new fixtures hit 100/100 detection P/R on the live scanner — proving A2 and A7 work in measurement, not just in in-repo tests:
No existing fixture regressed.
Test plan
benchmarkworkflow passes with the new SHA + baseline🤖 Generated with Claude Code