Round up to nearest kb

The precision we are currently using leads to lots of issues with
core changes and as we grow the new vector.

I think checking in at every 1kb margin seems like a better state
of play for now.

Bug: T270883
Change-Id: Iaa4fb44a471777fdebfb906c465ea67b5bdb3903
This commit is contained in:
jdlrobson 2021-02-11 08:50:07 -08:00 committed by Jdlrobson
parent 591fd316cf
commit 6f16af4212
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
[ [
{ {
"resourceModule": "skins.vector.styles.legacy", "resourceModule": "skins.vector.styles.legacy",
"maxSize": "8.1 kB" "maxSize": "9 kB"
}, },
{ {
"resourceModule": "skins.vector.styles", "resourceModule": "skins.vector.styles",
"maxSize": "9.8 kB" "maxSize": "10 kB"
}, },
{ {
"resourceModule": "skins.vector.legacy.js", "resourceModule": "skins.vector.legacy.js",
"maxSize": "1.8 kB" "maxSize": "2 kB"
}, },
{ {
"resourceModule": "skins.vector.search", "resourceModule": "skins.vector.search",
"maxSize": "2.8 kB" "maxSize": "3 kB"
} }
] ]