aspnetcore/benchmarks/Microsoft.AspNetCore.Blazor...
Ryan Nowak d097190824 Add support for conditional attributes
Adds conditional attributes for HTML elements.

This means that an attribute with a 'false' .NET bool value or a null
.NET value of another type will not be rendered in the HTML.
2018-04-03 14:06:48 -07:00
..
AssemblyInfo.cs Add support for conditional attributes 2018-04-03 14:06:48 -07:00
Microsoft.AspNetCore.Blazor.Performance.csproj Add support for conditional attributes 2018-04-03 14:06:48 -07:00
Program.cs Add support for conditional attributes 2018-04-03 14:06:48 -07:00
RenderTreeDiffBuilderBenchmark.cs Add support for conditional attributes 2018-04-03 14:06:48 -07:00
readme.md Add support for conditional attributes 2018-04-03 14:06:48 -07:00

readme.md

Benchmarks

Instructions

Run All Benchmarks

To run all use * as parameter

dotnet run -c Release -- *

Interactive Mode

To see the list of benchmarks run (and choose interactively):

dotnet run -c Release

Run Specific Benchmark

To run a specific benchmark add it as parameter

dotnet run -c Release -- <benchmark_name>

Troubleshooting

The runner will create logs in the <project>\BenchmarkDotNet.Artifacts directory. That should include a lot more information than what gets printed to the console.

Results

Also in the <project>\BenchmarkDotNet.Artifacts\results directive you'll find some markdown-formatted tables suitable for posting in a github comment.