Files
Pawel Kozlowski a0cb5011ed ci: update payload size for cli-hello-world-lazy test (#47431)
The size for the mentioned tests decreased causing CI build
to fail. Updating sizes to the current ones.

PR Close #47431
2022-09-14 09:20:56 -07:00

72 lines
2.1 KiB
JSON

{
"cli-hello-world": {
"uncompressed": {
"runtime": 1083,
"main": 124633,
"polyfills": 33824
}
},
"cli-hello-world-ivy-minimal": {
"uncompressed": {
"runtime": 1107,
"main": "TODO(i): temporarily increase the payload size limit from 17597 - this needs to be investigate further what caused the increase.",
"main": "Likely there is a missing PURE annotation https://github.com/angular/angular/pull/43344",
"main": "Tracking issue: https://github.com/angular/angular/issues/43568",
"main": 23891,
"polyfills": 33848
}
},
"cli-hello-world-ivy-compat": {
"uncompressed": {
"runtime": 1102,
"main": 131619,
"polyfills": 33957
}
},
"cli-hello-world-ivy-i18n": {
"uncompressed": {
"runtime": 926,
"main": 124269,
"polyfills": 35252
}
},
"cli-hello-world-lazy": {
"uncompressed": {
"runtime": 2835,
"main": 226360,
"polyfills": 33842,
"src_app_lazy_lazy_routes_ts": 487
}
},
"forms": {
"uncompressed": {
"runtime": 1060,
"main": 156626,
"polyfills": 33915
}
},
"animations": {
"uncompressed": {
"runtime": 1070,
"main": 156736,
"polyfills": 33814
}
},
"standalone-bootstrap": {
"uncompressed": {
"runtime": 1090,
"main": 82906,
"polyfills": 33945
}
},
"hello_world__closure": {
"uncompressed": {
"bundle": "TODO(i): temporarily increase the payload size limit from 105779 - this is due to a closure issue related to ESM reexports that still needs to be investigated",
"bundle": "TODO(i): we should define ngDevMode to false in Closure, but --define only works in the global scope.",
"bundle": "TODO(i): (FW-2164) TS 3.9 new class shape seems to have broken Closure in big ways. The size went from 169991 to 252338",
"bundle": "TODO(i): after removal of tsickle from ngc-wrapped / ng_package, we had to switch to SIMPLE optimizations which increased the size from 252338 to 1198917, see PR#37221 and PR#37317 for more info",
"bundle": 1214857
}
}
}