Skip to content

Commit

Permalink
fix: paths for gridfs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed May 14, 2024
1 parent 8a1924f commit 62f30f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/driver-bench/src/mongoBench/runner.mts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export class Runner {
for (const [name, benchmark] of benchmarks) {
this.reporter(` Executing Benchmark "${name}"`);
result[name] = await this._runBenchmark(benchmark);
this.reporter(` Result ${result[name].toFixed(4)} MB/s`);
}

return result;
Expand Down
2 changes: 2 additions & 0 deletions packages/driver-bench/src/mongoBench/suites/parallelBench.mts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const benchmarkFileDirectory = resolve(
import.meta.dirname,
'..',
'..',
'..',
'src',
'driverBench',
'spec',
'parallel'
Expand Down

0 comments on commit 62f30f0

Please sign in to comment.