From a09ef67a1bbe0f25aaac900e1da1c2f77ad9e708 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Fri, 12 Feb 2021 20:18:19 -0500 Subject: [PATCH] update contributing guidelines +semver: minor --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 25c2ea339..4a6d0b9ac 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -46,7 +46,7 @@ If you are reporting a bug or suspect a problem, please [submit an Issue](https: Running the `Tests.Performance` console application in `Release` mode will produce performance data that we periodically include in the repo documentation. You can find the latest results [here](../tests/performance/README.md). ```bash -# run all performance bencmarks +# run all performance benchmarks dotnet run -c Release # run individual performance benchmark