aspnetcore/benchmarks/Microsoft.AspNetCore.Routin...
Kiran Challa 4184b2406d Updated to make routing always use UrlEncoder.Default and not depend on DI to get it.
[Fixes #513] RedirectToAction with Non-English Characters in Parameters and Authentication Causes Error
2018-04-12 05:15:45 -07:00
..
Configs
Microsoft.AspNetCore.Routing.Performance.csproj Pin tool and package versions to make builds more repeatable 2017-11-01 16:32:09 -07:00
Program.cs
RoutingBenchmark.cs Updated to make routing always use UrlEncoder.Default and not depend on DI to get it. 2018-04-12 05:15:45 -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