Skip to content

Commit

Permalink
Merge pull request #154 from alexvictoor/master
Browse files Browse the repository at this point in the history
Fix throughput stats
  • Loading branch information
mcollina committed Aug 20, 2018
2 parents 57ce004 + 70e8b3f commit fc0cce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/run.js
Expand Up @@ -41,7 +41,7 @@ function run (opts, cb) {
autoResize: true,
lowestDiscernibleValue: 1,
highestTrackableValue: 100000000000,
numberOfSignificantValueDigits: 1
numberOfSignificantValueDigits: 3
})

const statusCodes = [
Expand Down

0 comments on commit fc0cce9

Please sign in to comment.