/BenchmarkDotNetDemo

Exploring benchmarking ways using BenchmarkDotNet

Primary LanguageC#

.NET

BenchmarkDotNetDemo

Exploring benchmarking ways using BenchmarkDotNet

In this demo, i m exploring various benchmarking ways using BenchmarkDotNet.

  • Example01 : use attributes config style, multi-targets and parameterized benchmarks.

  • Example02 : use fluent config style, multi-targets and parameterized benchmarks.

  • Example03 : use custom config style, multi-targets and parameterized benchmarks.

  • Example04 : use custom config style, multi-targets and advanced parameterized benchmarks.

  • Example05 : use custom config style, multi-targets and nuget package multi-versions benchmarks.

  • Example06 : use custom config style, multi-targets and nuget multi-packages multi-versions benchmarks.

Tools : net 6.0, 7.0, benchmark-dotnet