aspnetcore/benchmarks/Microsoft.AspNetCore.Razor....
N. Taylor Mullen 84bc74ea9f Move to RazorProjectFileSystem.
- Changed all existing APIs to utilize `RazorProjectFileSystem`. This was possible because `RazorProjectFileSystem` inherits from RazorProject.
- Renamed `FileSystemRazorProject` to `DefaultRazorProjectFileSystem`.
- Renamed FileSystemRazorProjectItem` to `DefaultRazorProjectItem`.
- Obsoleted `RazorProject.Create`

#1828
2018-02-09 11:49:31 -08:00
..
AssemblyInfo.cs
CodeGenerationBenchmark.cs Move to RazorProjectFileSystem. 2018-02-09 11:49:31 -08:00
MSN.cshtml
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
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