We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d4471 commit 712f24cCopy full SHA for 712f24c
test/benchmarks/mongoBench/suites/multiBench.js
@@ -151,7 +151,7 @@ function makeMultiBench(suite) {
151
.setup(initCollection)
152
.setup(makeLoadTweets(false))
153
.task(async function () {
154
- await this.collection.find({}).toArray();
+ await this.collection.find({ batchSize: 1000 }).toArray();
155
})
156
.teardown(dropDb)
157
.teardown(disconnectClient)
0 commit comments