👩💻 Join our community of thousands of amazing developers!
BenchmarkDotNet v0.10.10 has been released! This release includes many new features like Disassembly Diagnoser, ParamsSources, .NET Core x86 support, Environment variables, and more! Highlights There are so many changes in this version! In this post, I'm going to tell you about the most useful features. Disassembly Diagnoser This feature by @adamsitnik allows looking at the assembly code of your methods. It really helps when you investigate some CPU-bound benchmarks. BenchmarkDotNet not only sh...