Skip to content

Commit

Permalink
bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Taylor authored and Mat Taylor committed Oct 15, 2022
1 parent 7a5d36d commit 18d4b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ph = require('node:perf_hooks')


const iters = process.argv[2] || 1000 // Number of iterations per heat
const heats = process.argv[3] || 10 // Number of randomised heats
const heats = process.argv[3] || 100 // Number of randomised heats
const oSize = process.argv[4] || 10 // Number of object entries
const round = (v, p = 2) => Math.round(v * (10 ** p)) / (10 ** p)

Expand Down

0 comments on commit 18d4b9b

Please sign in to comment.