mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
987b18596b
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
39 lines
790 B
JSON
Executable File
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
|
|
}
|
|
}
|
|
}
|
|
}
|