1 type derived from AspNetCoreBenchmarkAttribute
IIS.Microbenchmarks (1)
src\Shared\BenchmarkRunner\ParameterizedJobConfigAttribute.cs (1)
9
internal sealed class ParameterizedJobConfigAttribute :
AspNetCoreBenchmarkAttribute
2 instantiations of AspNetCoreBenchmarkAttribute
IIS.Microbenchmarks (2)
PlaintextBenchmark.cs (1)
16
[
AspNetCoreBenchmark
]
StartupTimeBenchmark.cs (1)
14
[
AspNetCoreBenchmark
(typeof(FirstRequestConfig))]
5 references to AspNetCoreBenchmarkAttribute
IIS.Microbenchmarks (5)
src\Shared\BenchmarkRunner\Program.cs (5)
78
AspNetCoreBenchmarkAttribute
.ConfigName =
AspNetCoreBenchmarkAttribute
.NamedConfiguration.Validation;
86
AspNetCoreBenchmarkAttribute
.ConfigName = argsList[index + 1];
97
AspNetCoreBenchmarkAttribute
.ConfigName =
AspNetCoreBenchmarkAttribute
.NamedConfiguration.Debug;