[ci-stats] record async chunk count (#80606)

Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Spencer 2020-10-15 08:07:17 -07:00 committed by GitHub
parent ec692a7fa9
commit 8940091cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,6 +109,11 @@ export function getMetrics(log: ToolingLog, config: OptimizerConfig) {
id: bundle.id,
value: sumSize(asyncChunks),
},
{
group: `async chunk count`,
id: bundle.id,
value: asyncChunks.length,
},
{
group: `miscellaneous assets size`,
id: bundle.id,