forked from mirrors/misskey
fix(dev): follow up of 1c4bcd9b32
This commit is contained in:
parent
1c4bcd9b32
commit
faecaccab9
1 changed files with 3 additions and 1 deletions
|
|
@ -120,7 +120,9 @@ function summarizeSamples(samples: MemoryReport['samples']) {
|
|||
const summary = {} as MemoryReport['summary'];
|
||||
|
||||
for (const phase of phases) {
|
||||
summary[phase] = {} as typeof summary[typeof phase];
|
||||
summary[phase] = {
|
||||
memoryUsage: {},
|
||||
};
|
||||
|
||||
const metricKeys = new Set<string>();
|
||||
for (const sample of samples) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue