Skip to content

Commit f109961

Browse files
Lei Shirichardlau
Lei Shi
authored andcommittedMar 25, 2024
benchmark: update iterations in benchmark/crypto/hkdf.js
Fixes: #50571 PR-URL: #50866 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent 0225fce commit f109961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎benchmark/crypto/hkdf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const bench = common.createBenchmark(main, {
1414
salt: ['', 'salt'],
1515
info: ['', 'info'],
1616
hash: ['sha256', 'sha512'],
17-
n: [1e3],
17+
n: [1e4],
1818
});
1919

2020
function measureSync(n, size, salt, info, hash, key) {

0 commit comments

Comments
 (0)
Please sign in to comment.