Skip to content

Commit db1bec7

Browse files
AndrewKushnirprofanis
authored andcommitted
ci: update payload size limits for Closure tests (angular#38411)
Currently the Closure-related tests are not tree-shaking the dev-mode-only content, thus payload size checks are failing even if dev-mode-only content is added. The angular@2e9fdbd commit added some logic to JIT compiler, which is likely triggered the payload size increase. This commit updates the payload size limits for Closure-related test to get master and patch branches back to the "green" state. PR Close angular#38411
1 parent 592ee02 commit db1bec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goldens/size-tracking/integration-payloads.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"bundle": "TODO(i): we should define ngDevMode to false in Closure, but --define only works in the global scope.",
6363
"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",
6464
"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",
65-
"bundle": 1214317
65+
"bundle": 1214857
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)