mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
benchmark: update iterations in benchmark/crypto/get-ciphers.js
Fixes: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/50863 Refs: https://github.com/nodejs/node/issues/50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
parent
60ffa9f1b3
commit
1b16bf6561
@ -3,7 +3,7 @@
|
||||
const common = require('../common.js');
|
||||
|
||||
const bench = common.createBenchmark(main, {
|
||||
n: [1, 5000],
|
||||
n: [1, 500000],
|
||||
v: ['crypto', 'tls'],
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user