Benchmarking Your .NET Core Code With BenchmarkDotNet - Dot Net Core Tutorials

Benchmarking your code can take on many forms. On some level Application Performance Monitoring (APM) solutions such as New Relic can sometimes be considered live benchmarking tools if you are using A/B testing. All the way down to wrapping a stopwatch object around your code and running it inside a loop. This article will be …
December 04, 2017
2968
2846