Skip to content

Commit

Permalink
benchmark: update iterations in benchmark/crypto/hkdf.js
Browse files Browse the repository at this point in the history
Fixes: #50571
PR-URL: #50866
Refs: #50571
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
  • Loading branch information
lucshi committed Dec 3, 2023
1 parent 2e458d9 commit 23031d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/crypto/hkdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 23031d9

Please sign in to comment.