summaryrefslogtreecommitdiff
path: root/benchmark/net/net-s2c.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/net/net-s2c.js')
-rw-r--r--benchmark/net/net-s2c.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/net/net-s2c.js b/benchmark/net/net-s2c.js
index 2ddf8fd6c5..6ee5afa663 100644
--- a/benchmark/net/net-s2c.js
+++ b/benchmark/net/net-s2c.js
@@ -5,7 +5,7 @@ const common = require('../common.js');
const PORT = common.PORT;
const bench = common.createBenchmark(main, {
- len: [102400, 1024 * 1024 * 16],
+ len: [64, 102400, 1024 * 1024 * 16],
type: ['utf', 'asc', 'buf'],
dur: [5]
});