From 3ab4c8313d4439e277648702a8803ba307dd7454 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 18 Nov 2020 12:36:00 +0200 Subject: [PATCH] build(docs-infra): update payload sizes (#39600) This commit updates the payload sizes for angular.io to reflect the current values. This helps compare with the changes introduced by the following commit. The values are taken from these [test_aio][1], [test_aio_local][2] and [test_aio_local_viewengine][3] CI jobs. [1]: https://circleci.com/gh/angular/angular/852537 [2]: https://circleci.com/gh/angular/angular/852582 [3]: https://circleci.com/gh/angular/angular/852586 PR Close #39600 --- goldens/size-tracking/aio-payloads.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/goldens/size-tracking/aio-payloads.json b/goldens/size-tracking/aio-payloads.json index f2432d0dec..31bf0d1913 100755 --- a/goldens/size-tracking/aio-payloads.json +++ b/goldens/size-tracking/aio-payloads.json @@ -3,8 +3,8 @@ "master": { "uncompressed": { "runtime-es2015": 3037, - "main-es2015": 448243, - "polyfills-es2015": 52685 + "main-es2015": 448285, + "polyfills-es2015": 52407 } } }, @@ -12,8 +12,8 @@ "master": { "uncompressed": { "runtime-es2015": 3037, - "main-es2015": 448796, - "polyfills-es2015": 52415 + "main-es2015": 449116, + "polyfills-es2015": 52557 } } }, @@ -21,8 +21,8 @@ "master": { "uncompressed": { "runtime-es2015": 3157, - "main-es2015": 432199, - "polyfills-es2015": 52415 + "main-es2015": 432424, + "polyfills-es2015": 52557 } } }