summaryrefslogtreecommitdiff
path: root/benchmark/fs/readfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/fs/readfile.js')
-rw-r--r--benchmark/fs/readfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/fs/readfile.js b/benchmark/fs/readfile.js
index 38548ef647..ac3241901b 100644
--- a/benchmark/fs/readfile.js
+++ b/benchmark/fs/readfile.js
@@ -8,7 +8,7 @@ var filename = path.resolve(__dirname, '.removeme-benchmark-garbage');
var fs = require('fs');
var bench = common.createBenchmark(main, {
- dur: [1, 3],
+ dur: [5],
len: [1024, 16 * 1024 * 1024],
concurrent: [1, 10]
});