Skip to content

Commit 1e923f1

Browse files
Lei Shirichardlau
Lei Shi
authored andcommitted
benchmark: update iterations in benchmark/crypto/get-ciphers.js
Fixes: #50571 PR-URL: #50863 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent 1c28db8 commit 1e923f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/crypto/get-ciphers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const common = require('../common.js');
44

55
const bench = common.createBenchmark(main, {
6-
n: [1, 5000],
6+
n: [1, 500000],
77
v: ['crypto', 'tls'],
88
});
99

0 commit comments

Comments
 (0)