We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32acafe commit b24ee15Copy full SHA for b24ee15
benchmark/crypto/hkdf.js
@@ -14,7 +14,7 @@ const bench = common.createBenchmark(main, {
14
salt: ['', 'salt'],
15
info: ['', 'info'],
16
hash: ['sha256', 'sha512'],
17
- n: [1e3],
+ n: [1e4],
18
});
19
20
function measureSync(n, size, salt, info, hash, key) {
0 commit comments