trossr32 / benchmark-template

Benchmarking console app template using BenchmarkDotNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

benchmarking console app example

Net 8 console app that uses BenchmarkDotNet to benchmark code performance, etc: https://benchmarkdotnet.org/

Description

To run, open Powershell at the Benchy.Console project directory and run:

dotnet run -c release

Benchmarking results will be output to the terminal window and also to a new created \Benchy.Console\BenchmarkDotNet.Artifacts directory

About

Benchmarking console app template using BenchmarkDotNet

License:MIT License


Languages

Language:C# 100.0%