Skip to content

Commit 482901d

Browse files
committed
log is redundant, chart is live
1 parent b58f9d4 commit 482901d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/perf/src/memtest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function memtest(opts: MemtestOptions, setup: () => Promise<Server>) {
7272
calmdown,
7373
server,
7474
async onMemorySnapshot(memoryUsageInMB, phase, snapshots) {
75-
debugLog(`server memory during ${phase}: ${memoryUsageInMB}MB`);
7675
if (isDebug('memtest')) {
7776
const chart = createLineChart(
7877
snapshots.total.map(

0 commit comments

Comments
 (0)