Skip to content

Commit

Permalink
Fix unit in command-line benchmark runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dmajda committed Jan 26, 2011
1 parent 4e81eb4 commit a042f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run
Expand Up @@ -57,7 +57,7 @@ function writeResult(title, inputSize, parseTime) {
+ padLeft((inputSize / KB).toFixed(2), 6)
+ " kB | "
+ padLeft(parseTime.toFixed(2), 6)
+ " kB | "
+ " ms | "
+ padLeft(((inputSize / KB) / (parseTime / MS_IN_S)).toFixed(2), 7)
+ " kB/s |"
);
Expand Down

0 comments on commit a042f78

Please sign in to comment.