Skip to content

Commit aa8b816

Browse files
committed
fix(test): add 3.9.2 native full-build to KNOWN_REGRESSIONS (#901)
NativeDbProxy overhead causes native full build to regress +81% (5206ms -> 9403ms). Fix tracked in PR #906. Add to KNOWN_REGRESSIONS to unblock this benchmark data PR.
1 parent 2f19349 commit aa8b816

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/benchmarks/regression-guard.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,17 @@ const SKIP_VERSIONS = new Set(['3.8.0']);
7676
* - 3.9.1:1-file rebuild — continuation of the 3.9.0 regression; native
7777
* incremental path still re-runs graph-wide phases on single-file rebuilds.
7878
* Benchmark data shows 562 → 767ms (+36%). Same root cause as 3.9.0 entry.
79+
*
80+
* - 3.9.2:Full build — NativeDbProxy overhead causes native full build to
81+
* regress from 5206ms to 9403ms (+81%). Fix tracked in PR #906.
7982
*/
8083
const KNOWN_REGRESSIONS = new Set([
8184
'3.9.0:1-file rebuild',
8285
'3.9.0:fnDeps depth 1',
8386
'3.9.0:fnDeps depth 3',
8487
'3.9.0:fnDeps depth 5',
8588
'3.9.1:1-file rebuild',
89+
'3.9.2:Full build',
8690
]);
8791

8892
/**

0 commit comments

Comments
 (0)