From 6e4380f11d2f7d7377616c6ce2574a0365828fb4 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:37:47 +0900 Subject: [PATCH] enhance(dev): tweak report-backend-memory --- .github/scripts/backend-memory-report.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/scripts/backend-memory-report.mjs b/.github/scripts/backend-memory-report.mjs index 1eff258bb2..924a11dd57 100644 --- a/.github/scripts/backend-memory-report.mjs +++ b/.github/scripts/backend-memory-report.mjs @@ -20,7 +20,6 @@ const phases = [ const metrics = [ 'HeapUsed', - 'HeapTotal', 'Pss', 'Private_Dirty', 'VmRSS',