aspnetcore/benchmarks/Microsoft.AspNetCore.Routin...
Nate McMaster 44f9a7083b Use Directory.Build.props/targets 2017-08-29 11:30:03 -07:00
..
Configs Use Directory.Build.props/targets 2017-08-29 11:30:03 -07:00
Microsoft.AspNetCore.Routing.Performance.csproj Use Directory.Build.props/targets 2017-08-29 11:30:03 -07:00
Program.cs Use Directory.Build.props/targets 2017-08-29 11:30:03 -07:00
RoutingBenchmark.cs Use Directory.Build.props/targets 2017-08-29 11:30:03 -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