mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(ci): record startup JS growth in the Control UI budget baseline
Startup JS gzip reached 329483 B on main (build-artifacts, af49764206),
1198 B over the 328285 B baseline + 1024 B tolerance, after cumulative
chat/session UI growth landed in #122296, #122713, #122870, and #122876.
Record the CI-measured bytes (within the 4096 B ratchet) to restore green
build-artifacts and QA Smoke lanes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"startupJsGzipBytes": 328285,
|
||||
"reason": "Gateway update outcome (#121686); Testbox-measured exact-head bytes",
|
||||
"updatedAt": "2026-08-11"
|
||||
"startupJsGzipBytes": 329483,
|
||||
"reason": "cumulative chat/session UI growth (#122296, #122713, #122870, #122876); CI-measured build-artifacts bytes",
|
||||
"updatedAt": "2026-08-13"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user