Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnetperf-benchmarks

Live at https://www.jpcode.dev/dotnetperf

Creating a new benchmark

Install the template (one-time):

dotnet new install ./templates/bench

Scaffold a new benchmark:

# Simple benchmark
dotnet new bench -n Bench_MyThing

# With [Params] and [GlobalSetup]
dotnet new bench -n Bench_MyThing --parameterized

Then add the new project to the solution:

dotnet sln add Bench_MyThing

About

A bunch of random benchmarks and experiments in c# .net.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages