Skip to content

Commit e21db2f

Browse files
committed
chore: remove 128 consumers from share benchmark
1 parent fc3ad92 commit e21db2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/streams/iter-throughput-share.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const common = require('../common.js');
44

55
const bench = common.createBenchmark(main, {
6-
consumers: [8, 32, 128],
6+
consumers: [2, 8, 32],
77
batches: [1e4],
88
backpressure: ['block'],
99
n: [5],

0 commit comments

Comments
 (0)