Skip to content

Commit

Permalink
chore: default the correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Nov 19, 2024
1 parent fa0c0c4 commit ebfdf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/benchmarks/driverBench/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ benchmarkRunner
microBench.multiBench.findManyAndEmptyCursor,
microBench.multiBench.gridFsDownload,
microBench.parallel.gridfsMultiFileDownload,
microBench.parallel.ldjsonMultiFileExport
microBench.parallel.ldjsonMultiFileExport ?? 31.83182984813926
]);
const writeBench = average([
microBench.singleBench.smallDocInsertOne,
Expand All @@ -72,7 +72,7 @@ benchmarkRunner
microBench.multiBench.largeDocBulkInsert,
microBench.multiBench.gridFsUpload,
microBench.parallel.ldjsonMultiFileUpload ?? 44.02343490518617,
microBench.parallel.gridfsMultiFileUpload ?? 31.83182984813926
microBench.parallel.gridfsMultiFileUpload
]);

const driverBench = average([readBench, writeBench]);
Expand Down

0 comments on commit ebfdf36

Please sign in to comment.