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
- Host: GitHub
- URL: https://github.com/aimenux/benchmarkdotnetdemo
- Owner: aimenux
- License: mit
- Created: 2023-12-16T23:15:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T21:39:28.000Z (about 1 year ago)
- Last Synced: 2025-06-04T06:05:56.737Z (about 1 year ago)
- Topics: benchmarkdotnet, net60, net70
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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