Files
George Kalpakas 987b18596b ci(docs-infra): re-enable payload size checking for test_aio_local and test_aio_local_ivy (#31243)
Previously, payload size checking for `test_aio_local` and
`test_aio_local_ivy` was disabled on the 8.0.x branch (in #31064),
because the numbers (which were cherry-picked from master) did not match
the actual sizes.

This commit updates the numbers for the 8.0.x branch and re-enables the
checks.

PR Close #31243
2019-06-24 15:00:00 -07:00

39 lines
790 B
JSON
Executable File

{
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 3042,
"runtime-es2015": 3048,
"main-es5": 511036,
"main-es2015": 450486,
"polyfills-es5": 130136,
"polyfills-es2015": 52931
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 3042,
"runtime-es2015": 3048,
"main-es5": 504845,
"main-es2015": 443921,
"polyfills-es5": 130136,
"polyfills-es2015": 52931
}
}
},
"aio-local-ivy": {
"master": {
"uncompressed": {
"runtime-es5": 2932,
"runtime-es2015": 2938,
"main-es5": 563201,
"main-es2015": 580852,
"polyfills-es5": 130136,
"polyfills-es2015": 52931
}
}
}
}