Skip to content

Commit

Permalink
fix typo and reduce benchmark run time
Browse files Browse the repository at this point in the history
  • Loading branch information
adelinowona committed Nov 26, 2024
1 parent 8c9e8c3 commit 95b0756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

namespace MongoDB.Benchmarks.MultiDoc
{
[IterationCount(100)]
[IterationCount(50)]
[BenchmarkCategory(DriverBenchmarkCategory.BulkWriteBench, DriverBenchmarkCategory.MultiBench, DriverBenchmarkCategory.WriteBench, DriverBenchmarkCategory.DriverBench)]
public class BulkWriteMixedOpsBenchmark
{
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/MongoDB.Driver.Benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This suite implements the benchmarks described in this [spec](https://github.com
(e.g `dotnet run -c Release -- --driverBenchmarks --envVars MONGODB_URI:"ConnectionString"`)

You can also select the benchmarks to run directly on the command for running the benchmarks as such
`dotnet run -c Release -- --driverBenchmarks --fitler "*BenchmarkClassName*"`. The benchmarks are also grouped into categories namely: BSONBench, WriteBench
`dotnet run -c Release -- --driverBenchmarks --filter "*BenchmarkClassName*"`. The benchmarks are also grouped into categories namely: BSONBench, WriteBench
ReadBench, ParallelBench, SingleBench, MultiBench and DriverBench. So if you wanted to only run the WriteBench benchmarks, you can do so
as follows: `dotnet run -c Release -- --driverBenchmarks --anyCategories "WriteBench"`.

Expand Down

0 comments on commit 95b0756

Please sign in to comment.