summaryrefslogtreecommitdiff
path: root/benchmark/tls/throughput.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/tls/throughput.js')
-rw-r--r--benchmark/tls/throughput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/tls/throughput.js b/benchmark/tls/throughput.js
index 3896382492..88118afbc0 100644
--- a/benchmark/tls/throughput.js
+++ b/benchmark/tls/throughput.js
@@ -1,6 +1,6 @@
var common = require('../common.js');
var bench = common.createBenchmark(main, {
- dur: [1, 3],
+ dur: [5],
type: ['buf', 'asc', 'utf'],
size: [2, 1024, 1024 * 1024]
});