Skip to content

Commit

Permalink
ci: update aio payload size golden to reflect Angular update (angular…
Browse files Browse the repository at this point in the history
…#45117)

Updates the AIO payload size golden to reflect the Angular
update as proposed by Renovate (see previous commit).

The main bundle got reduced and exceeded the threshold, so we needed
to update the golden. As part of this, all other bundle metrics are
updated even though not exceeding the threshold yet.

PR Close angular#45117
  • Loading branch information
devversion authored and josmar-crwdstffng committed Apr 8, 2022
1 parent 409f5fc commit de27bd3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions goldens/size-tracking/aio-payloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"aio": {
"master": {
"uncompressed": {
"runtime": 4330,
"main": 451922,
"polyfills": 37123,
"styles": 70394,
"light-theme": 77232,
"dark-theme": 77356
"runtime": 4343,
"main": 450761,
"polyfills": 37149,
"styles": 70416,
"light-theme": 77582,
"dark-theme": 77711
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime": 4343,
"main": 450085,
"main": 450179,
"polyfills": 37297,
"styles": 70379,
"styles": 70416,
"light-theme": 77582,
"dark-theme": 77711
}
Expand Down

0 comments on commit de27bd3

Please sign in to comment.