2 references to RunBenchmark
Microsoft.AspNetCore.Razor.Microbenchmarks.Generator (2)
ColdBenchmarks.cs (1)
15
public void Cold_Compilation() =>
RunBenchmark
((p) => p.GeneratorDriver);
RazorBenchmarks.cs (1)
31
private GeneratorDriver RunRazorBenchmark(string? AddedFileContent, string FilePath, bool replaceExisting = true) =>
RunBenchmark
((ProjectSetup.RazorProject project) =>