summaryrefslogtreecommitdiff
path: root/benchmark/net/net-c2s.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/net/net-c2s.js')
-rw-r--r--benchmark/net/net-c2s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/net/net-c2s.js b/benchmark/net/net-c2s.js
index 4add79a166..dc2a5bc015 100644
--- a/benchmark/net/net-c2s.js
+++ b/benchmark/net/net-c2s.js
@@ -6,7 +6,7 @@ const net = require('net');
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],
});