Skip to content

krlxgrn/BenchmarkTestBed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BenchmarkTestBed

A template repository to quickly setup and run a BenchmarkDotNet performance benchmark.

DefaultBenchmark.BenchmarkOne - Add the code you want to benchmark here.

DefaultBenchmark.BenchmarkTwo - When comparing two implementations, add the second implementation here. Otherwise, comment this method out.

To run the benchmark with fair results

  • Close all other running programs.
  • Connect the power cable if on a laptop.
  • dotnet run -c Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages