ci(docs-infra): increase AIO ViewEngine payload size limit (#34978)
In #35702, the payload size limit for Ivy builds was bumped to account for small incremental increases in recent PRs. The ViewEngine size has also increased similarly (~500B), but it was not updated in #35702, because its total increase was just below the 500B error threshold (by 6B). This commit bumps the ViewEngine size limit too. Note: Any investigation for the Ivy size increase (as a follow-up to #35702) will most likely also apply to ViewEngine, since the size was increased by the same amount. PR Close #34978
This commit is contained in:
parent
30f29ee8e7
commit
aec463c606
|
@ -3,7 +3,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 2987,
|
||||
"main-es2015": 449223,
|
||||
"main-es2015": 449683,
|
||||
"polyfills-es2015": 52195
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
|||
"master": {
|
||||
"uncompressed": {
|
||||
"runtime-es2015": 3097,
|
||||
"main-es2015": 426533,
|
||||
"main-es2015": 427026,
|
||||
"polyfills-es2015": 52195
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue