aspnetcore/benchmarks/Microsoft.AspNetCore.Mvc.Pe...
Nate McMaster 2e4bc548f5
Pin tool and package versions to make builds more repeatable (#7013)
2017-10-31 19:18:14 -07:00
..
configs Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00
ActionSelectorBenchmark.cs House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
Microsoft.AspNetCore.Mvc.Performance.csproj Pin tool and package versions to make builds more repeatable (#7013) 2017-10-31 19:18:14 -07:00
Program.cs Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00
readme.md Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00

readme.md

Compile the solution in Release mode (so binaries are available in release)

To run a specific benchmark add it as parameter

dotnet run -c Release <benchmark_name>

To run all use All as parameter

dotnet run -c Release All

Using no parameter will list all available benchmarks