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',