Tag: TestingPerformance


  • How to do performance tests in C# with BenchmarkDotNet

    In this article, I will introduce the BenchmarkDotNet library and how to measure code performance with it, which will lead to sets of execution results and data related to your performance. What is BenchmarkDotNet? BenchamarkDotNet is a tool that allows us to analyze the performance of our application and anticipate problems that could delay production.Our…

    Read This Post: How to do performance tests in C# with BenchmarkDotNet