aspnetcore/benchmarks/Microsoft.AspNetCore.Razor....
Ajay Bhargav Baaskaran 98e74b9a69 Added TagHelperSerializationBenchmark 2018-01-04 14:35:38 -08:00
..
AssemblyInfo.cs Use common BDN runner and config 2018-01-04 14:35:38 -08:00
CodeGenerationBenchmark.cs Use common BDN runner and config 2018-01-04 14:35:38 -08:00
MSN.cshtml Use common BDN runner and config 2018-01-04 14:35:38 -08:00
Microsoft.AspNetCore.Razor.Performance.csproj Added TagHelperSerializationBenchmark 2018-01-04 14:35:38 -08:00
TagHelperSerializationBenchmark.cs Added TagHelperSerializationBenchmark 2018-01-04 14:35:38 -08:00
readme.md Use common BDN runner and config 2018-01-04 14:35:38 -08:00
taghelpers.json Added TagHelperSerializationBenchmark 2018-01-04 14:35:38 -08:00

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