aimenux / QuickBenchsDemo

Quick benchmarks for various things encountered in my dev journey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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 :

✍️ .\App.exe --filter *IntegerToEnumBench*

✍️ .\App.exe --filter *CancellationTokenBench*

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

About

Quick benchmarks for various things encountered in my dev journey


Languages

Language:C# 100.0%