aspnetcore/benchmarks/Microsoft.AspNetCore.Routin...
Ryan Nowak 2d661396df Port TemplateBinder to dispatcher 2017-10-25 14:28:20 -07:00
..
Configs Use Directory.Build.props/targets 2017-08-29 11:30:03 -07:00
Microsoft.AspNetCore.Routing.Performance.csproj Use PackageLineup to manage PackageReference versions 2017-08-29 11:31:54 -07:00
Program.cs Use Directory.Build.props/targets 2017-08-29 11:30:03 -07:00
RoutingBenchmark.cs Port TemplateBinder to dispatcher 2017-10-25 14:28:20 -07:00
readme.md Use Directory.Build.props/targets 2017-08-29 11:30:03 -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>

If you run without any parameters, you'll be offered the list of all benchmarks and get to choose.

dotnet run -c Release