mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 17:55:06 +02:00
Update frontend-js-size.yml
This commit is contained in:
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');
|
||||
|
||||
Reference in New Issue
Block a user