/Benchmarks

Benchmarks of various solutions in C#

Primary LanguageHTMLMIT LicenseMIT

Benchmarks

Benchmarks of various solutions in C#

Running benchmarks

Interactive selection:

dotnet run -c Release --project Benchmarks -- -m -t -d

Matching filter:

dotnet run -c Release --project Benchmarks -- -m -t -d -f '*TaskQueue*'

Credits, sources and inspiration