From aad1b4f120b1d439ac7f9a30485d411f82089d89 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Mon, 15 Jul 2024 13:38:46 +0200 Subject: [PATCH] Update report.cfm --- custom/benchmark/report.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/benchmark/report.cfm b/custom/benchmark/report.cfm index 2539468..d51841a 100644 --- a/custom/benchmark/report.cfm +++ b/custom/benchmark/report.cfm @@ -12,7 +12,7 @@ if ( isNumeric( json.memory.usage[ m ] ) ) memory += json.memory.usage[ m ]; } - json.run.memory = memory; + json.run.memory = int( memory / 1024 ); for ( r in json.data ){ StructAppend( r, json.run );