Brian Drennan's Blog

Exploring curiosities in software.

Tag "Benchmarking"

1 post

Benchmarking .NET Code

Have you ever been nervous about making a change to an application, or interested in benchmarking your code in order to demonstrate the efficacy of a proposed change? I recently wanted to change the behavior of a core piece of application code, but wanted to be sure that it was going to be an improvement to the system, beyond simplifying the mental model for the code. To justify my changes, I spent time measuring them, using a tool called BenchmarkDotNet.

benchmarking .net dotnet C#