Skip to content

Commit 087fb09

Browse files
Lei ShiRafaelGSS
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 53b16c7 commit 087fb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎benchmark/crypto/aes-gcm-throughput.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const common = require('../common.js');
33
constcrypto=require('crypto');
44
constkeylen={'aes-128-gcm': 16,'aes-192-gcm': 24,'aes-256-gcm': 32};
55
constbench=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)