We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278c990 commit 19b943bCopy full SHA for 19b943b
benchmark/crypto/aes-gcm-throughput.js
@@ -3,7 +3,7 @@ const common = require('../common.js');
3
const crypto = require('crypto');
4
const keylen = { 'aes-128-gcm': 16, 'aes-192-gcm': 24, 'aes-256-gcm': 32 };
5
const bench = common.createBenchmark(main, {
6
- n: [500],
+ n: [2500],
7
cipher: ['aes-128-gcm', 'aes-192-gcm', 'aes-256-gcm'],
8
len: [1024, 4 * 1024, 16 * 1024, 64 * 1024, 256 * 1024, 1024 * 1024],
9
});
0 commit comments