1 type derived from AspNetCoreBenchmarkAttribute
IIS.Microbenchmarks (1)
src\Shared\BenchmarkRunner\ParameterizedJobConfigAttribute.cs (1)
9internal 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)
78AspNetCoreBenchmarkAttribute.ConfigName = AspNetCoreBenchmarkAttribute.NamedConfiguration.Validation; 86AspNetCoreBenchmarkAttribute.ConfigName = argsList[index + 1]; 97AspNetCoreBenchmarkAttribute.ConfigName = AspNetCoreBenchmarkAttribute.NamedConfiguration.Debug;