Skip to content

Commit 712f24c

Browse files
update bench
1 parent 98d4471 commit 712f24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks/mongoBench/suites/multiBench.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function makeMultiBench(suite) {
151151
.setup(initCollection)
152152
.setup(makeLoadTweets(false))
153153
.task(async function () {
154-
await this.collection.find({}).toArray();
154+
await this.collection.find({ batchSize: 1000 }).toArray();
155155
})
156156
.teardown(dropDb)
157157
.teardown(disconnectClient)

0 commit comments

Comments
 (0)