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