Skip to content

Commit

Permalink
test: add performance baseline test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Aug 8, 2024
1 parent 5565d50 commit 01e92a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/benchmarks/mongoBench/suites/singleBench.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const {

function makeSingleBench(suite) {
suite
.benchmark('emptyAsyncFunction', benchmark => benchmark.taskSize(1).task(async function () {}))
.benchmark('runCommand', benchmark =>
benchmark
.taskSize(0.16)
Expand Down

0 comments on commit 01e92a9

Please sign in to comment.