aspnetcore/benchmarks/Microsoft.AspNetCore.Mvc.Pe...
Nate McMaster f5aae26b44
Update projects and packages to target netcoreapp3.0 (aspnet/Mvc#8734)
2018-11-16 16:28:35 -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 Update projects and packages to target netcoreapp3.0 (aspnet/Mvc#8734) 2018-11-16 16:28:35 -08:00
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 Shortcircuit validation when using default validator providers and no validation metadata is discovered 2018-10-12 14:47:06 -07:00
ValidationVisitorModelWithValidatedProperties.cs Shortcircuit validation when using default validator providers and no validation metadata is discovered 2018-10-12 14:47:06 -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>

To run all use All as parameter

dotnet run -c Release All

Using no parameter will list all available benchmarks