We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea88a3e commit cc466ddCopy full SHA for cc466dd
benchmark/crypto/randomBytes.js
@@ -4,8 +4,8 @@ const common = require('../common.js');
4
const { randomBytes } = require('crypto');
5
6
const bench = common.createBenchmark(main, {
7
- size: [64, 1024, 8192, 512 * 1024],
8
- n: [1e3],
+ size: [64, 1024, 8 * 1024, 16 * 1024],
+ n: [1e5],
9
});
10
11
function main({ n, size }) {
0 commit comments