diff --git a/benchmark/crypto/randomBytes.js b/benchmark/crypto/randomBytes.js index 50ad3f08387566..eac65fba446b5e 100644 --- a/benchmark/crypto/randomBytes.js +++ b/benchmark/crypto/randomBytes.js @@ -5,7 +5,7 @@ const { randomBytes } = require('crypto'); const bench = common.createBenchmark(main, { size: [64, 1024, 8192, 512 * 1024], - n: [1e3], + n: [1e4], }); function main({ n, size }) {