forked from mirrors/misskey
Update frontend-js-size.yml
This commit is contained in:
parent
cc7f1e7366
commit
dc97a72fdb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/frontend-js-size.yml
vendored
4
.github/workflows/frontend-js-size.yml
vendored
|
|
@ -339,14 +339,18 @@ jobs:
|
|||
'',
|
||||
'### Top 10 largest chunks',
|
||||
'<details>',
|
||||
'',
|
||||
markdownTable(topRows),
|
||||
'',
|
||||
'</details>',
|
||||
'',
|
||||
'### Startup chunks',
|
||||
'<details>',
|
||||
'',
|
||||
markdownTable(startupRows),
|
||||
'',
|
||||
'_Top 10 is sorted by max(before, after) size. Diff top 10 is sorted by absolute size diff, with missing chunks compared against 0 B. Startup chunks are the Vite entry for `src/_boot_.ts` and its static imports._',
|
||||
'',
|
||||
'</details>',
|
||||
'',
|
||||
].join('\n');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue