aspnetcore/test/Microsoft.AspNetCore.Mvc.Pe...
Ryan Brandenburg 03404cd3df Return to NetStandard 2017-05-25 10:34:16 -07:00
..
configs
ActionSelectorBenchmark.cs
Microsoft.AspNetCore.Mvc.Performance.csproj Return to NetStandard 2017-05-25 10:34:16 -07:00
Program.cs
readme.md

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