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
**BenchmarkDotNet** helps you to transform methods into benchmarks, track their performance, and share reproducible measurement experiments.
29
29
It's no harder than writing unit tests!
30
-
Under the hood, it performs a lot of [magic](#Automation) that guarantees [reliable and precise](#Reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
30
+
Under the hood, it performs a lot of [magic](#automation) that guarantees [reliable and precise](#reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
31
31
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
32
-
The results are presented in a [user-friendly](#Friendliness) form that highlights all the important facts about your experiment.
32
+
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
33
33
The library is adopted by [14300+ projects](#who-uses-benchmarkdotnet) including .NET Runtime and supported by the [.NET Foundation](https://dotnetfoundation.org).
34
34
35
-
It's [easy](#Simplicity) to start writing benchmarks, check out an example
35
+
It's [easy](#simplicity) to start writing benchmarks, check out an example
36
36
(copy-pastable version is [here](https://benchmarkdotnet.org/articles/guides/getting-started.html)):
Copy file name to clipboardExpand all lines: docs/_changelog/header/v0.13.2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ Moreover, [ClrMD](https://github.com/microsoft/clrmd) was updated to v2 ([#2040]
227
227
228
228
### Docs and Samples improvements
229
229
230
-
Big thanks to [@SnakyBeaky](https://github.com/SnakyBeaky), [@Distinctlyminty](https://github.com/Distinctlyminty), [@asaf92](asaf92), [@adamsitnik](https://github.com/adamsitnik) and [@eiriktsarpalis](https://github.com/eiriktsarpalis) who have improved our docs, samples and error messages!
230
+
Big thanks to [@SnakyBeaky](https://github.com/SnakyBeaky), [@Distinctlyminty](https://github.com/Distinctlyminty), [@asaf92](https://github.com/asaf92), [@adamsitnik](https://github.com/adamsitnik) and [@eiriktsarpalis](https://github.com/eiriktsarpalis) who have improved our docs, samples and error messages!
**BenchmarkDotNet** helps you to transform methods into benchmarks, track their performance, and share reproducible measurement experiments.
33
33
It's no harder than writing unit tests!
34
-
Under the hood, it performs a lot of [magic](#Automation) that guarantees [reliable and precise](#Reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
34
+
Under the hood, it performs a lot of [magic](#automation) that guarantees [reliable and precise](#reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
35
35
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
36
-
The results are presented in a [user-friendly](#Friendliness) form that highlights all the important facts about your experiment.
36
+
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
37
37
The library is adopted by [14300+ projects](#who-uses-benchmarkdotnet) including .NET Runtime and supported by the [.NET Foundation](https://dotnetfoundation.org).
38
38
39
-
It's [easy](#Simplicity) to start writing benchmarks, check out an example
39
+
It's [easy](#simplicity) to start writing benchmarks, check out an example
40
40
(copy-pastable version is [here](https://benchmarkdotnet.org/articles/guides/getting-started.html)):
0 commit comments