3 references to AspNetCoreBenchmark
IIS.Microbenchmarks (3)
src\Shared\BenchmarkRunner\AspNetCoreBenchmarkAttribute.cs (1)
14: this(typeof(DefaultCoreConfig))
src\Shared\BenchmarkRunner\ParameterizedJobConfigAttribute.cs (1)
11public ParameterizedJobConfigAttribute(Type configType) : base(configType)
StartupTimeBenchmark.cs (1)
14[AspNetCoreBenchmark(typeof(FirstRequestConfig))]