Skip to content

Commit 19b943b

Browse files
Lei Shirichardlau
Lei Shi
authored andcommitted
benchmark: update iterations in benchmark/crypto/aes-gcm-throughput.js
Fixes: #50571 PR-URL: #50929 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 278c990 commit 19b943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/crypto/aes-gcm-throughput.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const common = require('../common.js');
33
const crypto = require('crypto');
44
const keylen = { 'aes-128-gcm': 16, 'aes-192-gcm': 24, 'aes-256-gcm': 32 };
55
const bench = common.createBenchmark(main, {
6-
n: [500],
6+
n: [2500],
77
cipher: ['aes-128-gcm', 'aes-192-gcm', 'aes-256-gcm'],
88
len: [1024, 4 * 1024, 16 * 1024, 64 * 1024, 256 * 1024, 1024 * 1024],
99
});

0 commit comments

Comments
 (0)