From add51db910d86c32c7013634fe60df554065794e Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Mon, 6 Jan 2025 11:46:30 +0100 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 d15d67a..cf84387 100644 --- a/custom/benchmark/report.cfm +++ b/custom/benchmark/report.cfm @@ -58,7 +58,7 @@ _logger( "## Summary Report" ); - reportRuns( runs ); + benchmarkUtils.reportRuns( runs ); if ( len( exeLog ) && exeLog neq "none" ){ _logger( "" );