From 583fae4b81efb9d89bff193a137626a868874d88 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Mon, 15 Jul 2024 12:36:21 +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 86e5b74..b59fa40 100644 --- a/custom/benchmark/report.cfm +++ b/custom/benchmark/report.cfm @@ -2,7 +2,7 @@ dir = getDirectoryFromPath( getCurrentTemplatePath() ) & "artifacts"; files = directoryList( dir ); - q = queryNew("version,java,type,runs,inspect,memory") + q = queryNew("version,java,type,time,runs,inspect,memory") for (f in files){ systemOutput ( f, true ); json = deserializeJson( fileRead( f ) );