Skip to content

Commit

Permalink
benchmark: update iterations in benchmark/crypto/get-ciphers.js
Browse files Browse the repository at this point in the history
Fixes: #50571
PR-URL: #50863
Refs: #50571
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
  • Loading branch information
lucshi authored and richardlau committed Mar 25, 2024
1 parent 1c28db8 commit 1e923f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/crypto/get-ciphers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const common = require('../common.js');

const bench = common.createBenchmark(main, {
n: [1, 5000],
n: [1, 500000],
v: ['crypto', 'tls'],
});

Expand Down

0 comments on commit 1e923f1

Please sign in to comment.