aspnetcore/benchmarks/Microsoft.AspNetCore.Mvc.Pe...
Pranav K f734efe2e7 Move pubinternal types in Mvc.Razor and Mvc.RazorPages to internal 2018-11-09 15:00:38 -08:00
..
ActionSelectorBenchmark.cs Move pubinternal types in Mvc.Razor and Mvc.RazorPages to internal 2018-11-09 15:00:38 -08:00
AssemblyInfo.cs
Microsoft.AspNetCore.Mvc.Performance.csproj
MvcEndpointDatasourceBenchmark.cs Move pubinternal types in Mvc.Razor and Mvc.RazorPages to internal 2018-11-09 15:00:38 -08:00
ValidationVisitorBenchmarkBase.cs Move pubinternal types in Mvc.Razor and Mvc.RazorPages to internal 2018-11-09 15:00:38 -08:00
ValidationVisitorByteArrayBenchmark.cs
ValidationVisitorModelWithValidatedProperties.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>

To run all use All as parameter

dotnet run -c Release All

Using no parameter will list all available benchmarks