mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 16:07:39 +00:00
benchmark: update iterations in benchmark/crypto/hkdf.js
Fixes: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/50866 Refs: https://github.com/nodejs/node/issues/50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
parent
2e458d9736
commit
23031d9b0a
@ -14,7 +14,7 @@ const bench = common.createBenchmark(main, {
|
||||
salt: ['', 'salt'],
|
||||
info: ['', 'info'],
|
||||
hash: ['sha256', 'sha512'],
|
||||
n: [1e3],
|
||||
n: [1e4],
|
||||
});
|
||||
|
||||
function measureSync(n, size, salt, info, hash, key) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user