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 901c493 commit ced1bb7
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 @@ -16,7 +16,7 @@
for ( r in json.data ){
StructAppend( r, json.run );
r.throughput = int( json.run.runs / ( time / 1000 ) );
r.throughput = int( json.run.runs / ( r.time / 1000 ) );
row = queryAddRow( q );
QuerySetRow( q, row, r );
}
Expand Down

0 comments on commit ced1bb7

Please sign in to comment.