We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c28db8 commit 1e923f1Copy full SHA for 1e923f1
benchmark/crypto/get-ciphers.js
@@ -3,7 +3,7 @@
3
const common = require('../common.js');
4
5
const bench = common.createBenchmark(main, {
6
- n: [1, 5000],
+ n: [1, 500000],
7
v: ['crypto', 'tls'],
8
});
9
0 commit comments