Commit d93b257
fix(benchmarks): exempt 3.11.1 regression-guard entries that fail on publish (#1248)
* docs: prepare release notes for v3.11.1
* fix(ci): pin claude-code-action to claude-sonnet-4-6 model
Default model claude-sonnet-4-20250514 is deprecated; API rejects it
with 0 tokens causing automated-review to fail with CLAUDE_SUCCESS=false.
* fix(benchmarks): exempt 3.11.1 regression-guard entries that fail on publish
3.11.0 has no query benchmark data in committed history, so findLatestPair
falls back to 3.10.0 as the baseline for 3.11.1. The 3.10.0 numbers predate
the corpus-scope change from #1134 (resolution fixtures excluded from the
build sweep), making DB bytes/file and fnDeps depth 3/5 appear as regressions
against the older baseline.
The per-PR gate uses version 'dev', which triggers the assertNoRegressions
baseline-version fallback so KNOWN_REGRESSIONS entries for the baseline
release also apply — masking the failures in CI. Publish uses the real semver
(3.11.1), so that fallback doesn't fire and the guard fails.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(ci): pin claude-code-action to SHA de8e0b9 instead of @beta
@beta is a moving tag; the unpin caused the automated-review job to pick up
a version with a deprecated default model (claude-sonnet-4-20250514), which
the API rejected with 0 tokens and CLAUDE_SUCCESS=false. Pinning to the
SHA that @beta currently resolves to locks in the working version.
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cf4e80b commit d93b257
2 files changed
Lines changed: 30 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
246 | 271 | | |
247 | 272 | | |
248 | 273 | | |
| |||
257 | 282 | | |
258 | 283 | | |
259 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
260 | 288 | | |
261 | 289 | | |
262 | 290 | | |
| |||
0 commit comments