Skip to content

Commit f109961

Browse files
Lei Shirichardlau
authored andcommitted
benchmark: update iterations in benchmark/crypto/hkdf.js
Fixes: #50571 PR-URL: #50866 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
1 parent 0225fce commit f109961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎benchmark/crypto/hkdf.js‎

Lines changed: 1 addition & 1 deletion
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
functionmeasureSync(n,size,salt,info,hash,key){

0 commit comments

Comments
 (0)