Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 756 Bytes

.NET

QuickBenchsDemo

Quick benchmarks for various things encountered in my dev journey

In this demo, i m using BenchmarkDotNet library in order to quick benchmark various things encountered in my dev journey.

In order to run benchmarks, type this command in your favorite terminal :

✍️ dotnet run --project .\App\ -c release -f net6.0 --filter *IntegerToEnumBench*

✍️ dotnet run --project .\App\ -c release -f net8.0 --filter *IntegerToEnumBench*

Tools : net 6.0, net 7.0, net 8.0, benchmark-dotnet