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: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ It's no harder than writing unit tests!
29
29
Under the hood, it performs a lot of [magic](#Automation) that guarantees [reliable and precise](#Reliability) results.
30
30
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
31
31
The results are presented in a [user-friendly](#Friendliness) form that highlights all the important facts about your experiment.
32
-
The library is adopted by [3000+ projects](#who-use-benchmarkdotnet) including .NET Core and supported by the [.NET Foundation](https://dotnetfoundation.org).
32
+
The library is adopted by [3500+ projects](#who-use-benchmarkdotnet) including .NET Core and supported by the [.NET Foundation](https://dotnetfoundation.org).
33
33
34
34
It's [easy](#Simplicity) to start writing benchmarks, check out an example
35
35
(copy-pastable version is [here](https://benchmarkdotnet.org/articles/guides/getting-started.html)):
@@ -236,14 +236,14 @@ If you don't customize the summary view,
236
236
## Who use BenchmarkDotNet?
237
237
238
238
Everyone!
239
-
BenchmarkDotNet is already adopted by more than [3000+](https://github.com/dotnet/BenchmarkDotNet/network/dependents?package_id=UGFja2FnZS0xNTY3MzExMzE%3D) projects including
239
+
BenchmarkDotNet is already adopted by more than [3500+](https://github.com/dotnet/BenchmarkDotNet/network/dependents?package_id=UGFja2FnZS0xNTY3MzExMzE%3D) projects including
240
240
[dotnet/performance](https://github.com/dotnet/performance) (reference benchmarks for all .NET Runtimes),
0 commit comments