Skip to content

Commit

Permalink
fix report markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 15, 2024
1 parent 247e2e5 commit b05f74c
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 @@ -97,7 +97,7 @@
if ( col eq "memory" or col eq "time" or col eq "throughput" )
arrayAppend( row, numberFormat( q [ col ] ) );
else if ( col eq "error" )
arrayAppend( row, htmleditformat( q [ col ] ) );
arrayAppend( row, htmleditformat( REReplace( q [ col ], "\n", " ", "ALL") ) );
else
arrayAppend( row, q [ col ] );
}
Expand Down

0 comments on commit b05f74c

Please sign in to comment.