
BenchmarkDotNet
@benchmarkdotnet
Powerful .NET library for benchmarking. Maintained by @andrey_akinshin
ID: 1649100940190924821
https://github.com/dotnet/BenchmarkDotNet 20-04-2023 17:22:03
81 Tweet
340 Followers
3 Following



Sep depends heavily on BenchmarkDotNet to show it's an insanely fast single and multi-threaded #dotnet csv parser. 🚀 Thank you for the great library! 👍 github.com/nietras/Sep


Travis Abrahamson This is a bit more detailed performance report using BenchMarkDotNet (net of JIT overhead). Yet the loop wins hands down.





When updating my general purpose NuGet package to .NET 8, I'm going to test performance with BenchmarkDotNet. Already found one noticeable improvement by using ReadOnlySpan.

Another day. Another opportunity for performance testing. I feel like BenchmarkDotNet should be more popular by now given how important performance is to application health. #dotnet







