You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/MongoDB.Driver.Benchmarks/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This suite implements the benchmarks described in this [spec](https://github.com
13
13
(e.g `dotnet run -c Release -- --driverBenchmarks --envVars MONGODB_URI:"ConnectionString"`)
14
14
15
15
You can also select the benchmarks to run directly on the command for running the benchmarks as such
16
-
`dotnet run -c Release -- --driverBenchmarks --fitler "*BenchmarkClassName*"`. The benchmarks are also grouped into categories namely: BSONBench, WriteBench
16
+
`dotnet run -c Release -- --driverBenchmarks --filter "*BenchmarkClassName*"`. The benchmarks are also grouped into categories namely: BSONBench, WriteBench
17
17
ReadBench, ParallelBench, SingleBench, MultiBench and DriverBench. So if you wanted to only run the WriteBench benchmarks, you can do so
18
18
as follows: `dotnet run -c Release -- --driverBenchmarks --anyCategories "WriteBench"`.
0 commit comments