aspnetcore/benchmarks/Microsoft.AspNetCore.Mvc.Pe...
Samo Prelog a04dd4877c Benchmarks: add Razor rendering benchmarks (#8765) 2018-11-27 08:14:48 -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
HelperPerformanceBenchmark.cs Benchmarks: add Razor rendering benchmarks (#8765) 2018-11-27 08:14:48 -08:00
Microsoft.AspNetCore.Mvc.Performance.csproj Benchmarks: add Razor rendering benchmarks (#8765) 2018-11-27 08:14:48 -08:00
MvcEndpointDatasourceBenchmark.cs Move pubinternal types in Mvc.Razor and Mvc.RazorPages to internal 2018-11-09 15:00:38 -08:00
RuntimePerformanceBenchmarkBase.cs Benchmarks: add Razor rendering benchmarks (#8765) 2018-11-27 08:14:48 -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