Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring the topics covered in this chapter with deeper research.
Exercise 13.1 – Online-only material
You can read the official documentation for BenchmarkDotNet at the following link: https://benchmarkdotnet.org/articles/overview.html.
In particular, you should review the good practice section at the following link: https://benchmarkdotnet.org/articles/guides/good-practices.html.
This fascinating website allows developers to submit their benchmarks and comment on others: https://dotnetbenchmarks.com.
Benchmarking mistakes
One of my favorite .NET influencers is Nick Cosentino aka Dev Leader. Nick has a weekly newsletter (sign up at https://subscribe.devleader.ca), courses (https://devleader.ca/courses), and GitHub repositories (https://github.com/ncosentino/).
Recently, he discovered that he had made a mistake in one of...