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 32f7ac6 commit 4842cd8Copy full SHA for 4842cd8
test/benchmarks/mongoBench/suites/singleBench.js
@@ -36,8 +36,8 @@ function makeSingleBench(suite) {
36
)
37
.benchmark('runCommand', benchmark =>
38
benchmark
39
- // { hello: true } is 13 bytes. However the legacy hello was 16 bytes, to preserve history comparison data we leave this value as is.
40
- .taskSize(0.16)
+ // { hello: true } is 13 bytes of BSON x 10,000 iterations
+ .taskSize(0.13)
41
.setup(makeClient)
42
.setup(connectClient)
43
.setup(initDb)
0 commit comments