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( "" );