Skip to content

Commit

Permalink
Update report.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 24, 2024
1 parent ea8da65 commit c8fb5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/benchmark/report.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit c8fb5e0

Please sign in to comment.