Benchmarking C# code using BenchmarkDotNet
Nick Chapsas Nick Chapsas
280K subscribers
56,301 views
0

 Published On Dec 16, 2019

Become a Patreon and get source code access:   / nickchapsas  
Check out my courses: https://dometrain.com

Hello everybody I'm Nick and in this .NET tutorial we will take a first look at benchmarking our .NET code using BenchmarkDotNet. BenchmarkDotNet is a nuget package that allows us to run benchmarks against our C# method and see exactly how fast they run or how many memory we allocate for them. It is a really interesting tool and I highly recommend that you know about it and use it.

Don't forget to comment, like and subscribe :)

Social Media:
Follow me on GitHub: http://bit.ly/ChapsasGitHub
Follow me on Twitter: http://bit.ly/ChapsasTwitter
Connect on LinkedIn: http://bit.ly/ChapsasLinkedIn

#dotnet #csharp #benchmark

show more

Share/Embed