aimenux / BenchmarkDotNetDemo

Exploring benchmarking ways using BenchmarkDotNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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

About

Exploring benchmarking ways using BenchmarkDotNet


Languages

Language:C# 100.0%