Skip to content

Commit d99642a

Browse files
author
Lei Shi
committed
benchmark: increase get-ciphers iteration number to appropriate one
Increase the iteration number from 5000 to 500000 to make time consumption of crypto operation dominate the benchmark running. Fixes: nodejs#50571
1 parent 4207129 commit d99642a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/crypto/get-ciphers.js

Lines changed: 1 addition & 1 deletion
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)