From d85be6c456bbe0944a922567df7e32bc53fdccdd Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Sun, 9 Aug 2026 13:25:16 +0530 Subject: [PATCH] test(perf): tighten reactive runtime size budget --- scripts/security-performance-audit.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/security-performance-audit.mjs b/scripts/security-performance-audit.mjs index ab6479b0..bd30e38f 100644 --- a/scripts/security-performance-audit.mjs +++ b/scripts/security-performance-audit.mjs @@ -169,7 +169,7 @@ addCheck( * minified transfer once. That is the number worth defending. */ const runtimeBudgets = { - "reactive-runtime.ts": 80_000, + "reactive-runtime.ts": 71_000, "nav-runtime.ts": 12_000, "realtime-runtime.ts": 8_000, };