Skip to content

Commit a7f49d3

Browse files
committed
bumped the number of iterations
1 parent 2d55f08 commit a7f49d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/streams/finished.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { Readable, Writable } = require('stream');
55
const { finished } = require('stream/promises');
66

77
const bench = common.createBenchmark(main, {
8-
n: [1e5],
8+
n: [1e7],
99
streamType: ['readable', 'writable'],
1010
});
1111

0 commit comments

Comments
 (0)