Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-g authored and AndreyAkinshin committed Aug 6, 2021
1 parent f9a4c19 commit 9e674d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ For example, if you want to [parameterize](https://benchmarkdotnet.org/articles/
and run benchmarks for each case.
If you want to compare benchmarks with each other,
mark one of the benchmark as the [baseline](https://benchmarkdotnet.org/articles/features/baselines.html)
via `[Benchmark(baseline: true)]`: BenchmarkDotNet will compare it with all of the other benchmarks.
via `[Benchmark(Baseline = true)]`: BenchmarkDotNet will compare it with all of the other benchmarks.
If you want to compare performance in different environments, use [jobs](https://benchmarkdotnet.org/articles/configs/jobs.html).
For example, you can run all the benchmarks on .NET Core 3.0 and Mono via
`[SimpleJob(RuntimeMoniker.NetCoreApp30)]` and `[SimpleJob(RuntimeMoniker.Mono)]`.
Expand Down

0 comments on commit 9e674d4

Please sign in to comment.