test(perf): tighten reactive runtime size budget

This commit is contained in:
2026-08-09 13:25:16 +05:30
parent 8ef6233ef3
commit d85be6c456
+1 -1
View File
@@ -169,7 +169,7 @@ addCheck(
* minified transfer once. That is the number worth defending. * minified transfer once. That is the number worth defending.
*/ */
const runtimeBudgets = { const runtimeBudgets = {
"reactive-runtime.ts": 80_000, "reactive-runtime.ts": 71_000,
"nav-runtime.ts": 12_000, "nav-runtime.ts": 12_000,
"realtime-runtime.ts": 8_000, "realtime-runtime.ts": 8_000,
}; };