From c8fb5e031f8c66de4c3e78898a050c17d07cbb76 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Tue, 24 Dec 2024 11:49:44 +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 e6067d1..c2fb5fa 100644 --- a/custom/benchmark/report.cfm +++ b/custom/benchmark/report.cfm @@ -106,7 +106,7 @@ loop query=q { if ( q.time[ 1 ] neq 0 ) querySetCell( q, "_perc", 100 - int(( q.time[ 1 ] / q.time[ q.currentRow ] ) * 100) , q.currentRow ) ; - if ( q.perc neq 0 ) + if ( q._perc neq 0 ) querySetCell( q, "_perc", "-#q._perc#", q.currentRow ) ; loop list=q.columnlist item="local.col" { if ( col eq "memory" or col eq "time" or col eq "throughput" )