aspnetcore/src/Routing/benchmarks/Microsoft.AspNetCore.Routin...
Ryan Brandenburg 3840ca4451 Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in 58b66f7cbb
2018-11-21 15:09:05 -08:00
..
Configs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:09:05 -08:00
Microsoft.AspNetCore.Routing.Performance.csproj Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:09:05 -08:00
Program.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:09:05 -08:00
RoutingBenchmark.cs Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:09:05 -08:00
readme.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 15:09:05 -08: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