Skip to content

Quick benchmarks for various things encountered in my dev journey

License

Notifications You must be signed in to change notification settings

aimenux/QuickBenchsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

About

Quick benchmarks for various things encountered in my dev journey

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages