Skip to content

Commit

Permalink
Update report.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 15, 2024
1 parent 488e0c8 commit aad1b4f
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 @@ -12,7 +12,7 @@
if ( isNumeric( json.memory.usage[ m ] ) )
memory += json.memory.usage[ m ];
}
json.run.memory = memory;
json.run.memory = int( memory / 1024 );
for ( r in json.data ){
StructAppend( r, json.run );
Expand Down

0 comments on commit aad1b4f

Please sign in to comment.