https://github.com/aimenux/quickbenchsdemo
Quick benchmarks for various things encountered in my dev journey
https://github.com/aimenux/quickbenchsdemo
benchmarkdotnet benchmarks net60 net70 net80
Last synced: 7 days ago
JSON representation
Quick benchmarks for various things encountered in my dev journey
- Host: GitHub
- URL: https://github.com/aimenux/quickbenchsdemo
- Owner: aimenux
- License: mit
- Created: 2023-12-16T23:35:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T09:21:40.000Z (about 2 years ago)
- Last Synced: 2025-01-10T00:24:34.719Z (over 1 year ago)
- Topics: benchmarkdotnet, benchmarks, net60, net70, net80
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/QuickBenchsDemo/actions/workflows/ci.yml)
# QuickBenchsDemo
```
Quick benchmarks for various things encountered in my dev journey
```
In this demo, i m using [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) library in order to quick benchmark various things encountered in my dev journey.
>
In order to run benchmarks, type this kind of commands in your favorite terminal :
>
> :writing_hand: `dotnet run --project .\App\ -c Release --framework net9.0 --runtimes net8.0 --filter *RemoveDiacriticsBench*`
>
> :writing_hand: `dotnet run --project .\App\ -c Release --framework net9.0 --runtimes net9.0 --filter *RemoveDiacriticsBench*`
>
> :writing_hand: `dotnet run --project .\App\ -c Release --framework net9.0 --runtimes net10.0 --filter *RemoveDiacriticsBench*`
>
> :writing_hand: `dotnet run --project .\App\ -c Release --framework net9.0 --runtimes net8.0 net9.0 net10.0 --filter *RemoveDiacriticsBench*`
>
**`Tools`** : net 8.0, net 9.0, net 10.0, benchmark-dotnet