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 |
||
|---|---|---|
| .. | ||
| Configs | ||
| Microsoft.AspNetCore.Routing.Performance.csproj | ||
| Program.cs | ||
| RoutingBenchmark.cs | ||
| 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