aspnetcore/src/Http/Routing/perf
Nate McMaster 50bea05918
Refactor Routing to use ProjectReference and move into src/Http folder (#4441)
Changes:

* Stop producing Microsoft.AspNetCore.Routing.DecisionTree.Sources. I could not find any usages outside of the Microsoft.AspNetCore.Routing assembly, so I've moved this to be a subfolder of code in the Microsoft.AspNetCore.Routing project.
* Stop building src/Routing as a submodule. Use ProjectReference instead
* Move projects from src/Routing into src/Http/Routing/ and src/Http/Routing.Abstractions/
* Update package baselines and dependencies to support building routing projects and samples
2018-12-05 22:14:22 -08:00
..
Configs Refactor Routing to use ProjectReference and move into src/Http folder (#4441) 2018-12-05 22:14:22 -08:00
Microsoft.AspNetCore.Routing.Performance.csproj Refactor Routing to use ProjectReference and move into src/Http folder (#4441) 2018-12-05 22:14:22 -08:00
Program.cs Refactor Routing to use ProjectReference and move into src/Http folder (#4441) 2018-12-05 22:14:22 -08:00
RoutingBenchmark.cs Refactor Routing to use ProjectReference and move into src/Http folder (#4441) 2018-12-05 22:14:22 -08:00
readme.md Refactor Routing to use ProjectReference and move into src/Http folder (#4441) 2018-12-05 22:14:22 -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