An open API service indexing awesome lists of open source software.

https://github.com/aimenux/benchmarkdotnetdemo

Exploring benchmarking ways using BenchmarkDotNet
https://github.com/aimenux/benchmarkdotnetdemo

benchmarkdotnet net60 net70

Last synced: about 1 month ago
JSON representation

Exploring benchmarking ways using BenchmarkDotNet

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/BenchmarkDotNetDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/BenchmarkDotNetDemo/actions/workflows/ci.yml)

# BenchmarkDotNetDemo
```
Exploring benchmarking ways using BenchmarkDotNet
```

In this demo, i m exploring various benchmarking ways using [BenchmarkDotNet](https://github.com/dotnet/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