test(perf): tighten reactive runtime size budget
This commit is contained in:
@@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user