Skip to content

A test project showcasing how to add benchmarks to a .NET project

Notifications You must be signed in to change notification settings

bartkessels/dotnet-benchmarks

Repository files navigation

DotNet Benchmarks

This project is a tryout for the BenchmarkDotNet package.

Try it yourself

$ dotnet restore
$ dotnet run -c Release

This will run the benchmarks for a small calculator tool that adds numbers using LINQ and a for loop. The benchmarks will show up in your console.

About

A test project showcasing how to add benchmarks to a .NET project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages