Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/tls/secure-pair.js')
-rw-r--r--benchmark/tls/secure-pair.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/tls/secure-pair.js b/benchmark/tls/secure-pair.js
index c52f4cbf918..bb7933d837f 100644
--- a/benchmark/tls/secure-pair.js
+++ b/benchmark/tls/secure-pair.js
@@ -3,7 +3,7 @@ const common = require('../common.js');
const bench = common.createBenchmark(main, {
dur: [5],
securing: ['SecurePair', 'TLSSocket', 'clear'],
- size: [2, 100, 1024, 1024 * 1024]
+ size: [100, 1024, 1024 * 1024]
});
const fixtures = require('../../test/common/fixtures');