forked from mirrors/misskey
chore(dev): tweak backend-memory-report
This commit is contained in:
parent
4a056bc143
commit
5ab352da11
1 changed files with 7 additions and 6 deletions
13
.github/scripts/backend-memory-report.mjs
vendored
13
.github/scripts/backend-memory-report.mjs
vendored
|
|
@ -443,12 +443,10 @@ function renderJsFootprintSection(base, head) {
|
|||
'',
|
||||
renderJsFootprintMetricTable(base, head),
|
||||
'',
|
||||
'#### Load Phase Breakdown',
|
||||
'',
|
||||
renderJsFootprintPhaseTable(base, head),
|
||||
'',
|
||||
'</details>',
|
||||
'',
|
||||
//'#### Load Phase Breakdown',
|
||||
//'',
|
||||
//renderJsFootprintPhaseTable(base, head),
|
||||
//'',
|
||||
];
|
||||
|
||||
for (const block of [
|
||||
|
|
@ -461,6 +459,9 @@ function renderJsFootprintSection(base, head) {
|
|||
lines.push('');
|
||||
}
|
||||
|
||||
lines.push('</details>');
|
||||
lines.push('');
|
||||
|
||||
return lines.join('\n');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue