aspnetcore/test/Microsoft.AspNetCore.Routin...
Pranav K 8358de0bd2 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:52:39 -07:00
..
Configs
Microsoft.AspNetCore.Routing.Performance.csproj Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 12:52:39 -07:00
Program.cs
RoutingBenchmark.cs Add a basic attribute routing test 2017-04-11 08:12:27 -07:00
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>

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

dotnet run -c Release