1 type derived from AspNetCoreBenchmark
Microsoft.AspNetCore.Security.Microbenchmarks (1)
src\Shared\BenchmarkRunner\ParameterizedJobConfigAttribute.cs (1)
9internal sealed class ParameterizedJobConfigAttribute : AspNetCoreBenchmarkAttribute
1 instantiation of AspNetCoreBenchmark
Microsoft.AspNetCore.Security.Microbenchmarks (1)
Properties\AssemblyInfo.cs (1)
4[assembly: BenchmarkDotNet.Attributes.AspNetCoreBenchmark]
5 references to AspNetCoreBenchmark
Microsoft.AspNetCore.Security.Microbenchmarks (5)
src\Shared\BenchmarkRunner\Program.cs (5)
78AspNetCoreBenchmarkAttribute.ConfigName = AspNetCoreBenchmarkAttribute.NamedConfiguration.Validation; 86AspNetCoreBenchmarkAttribute.ConfigName = argsList[index + 1]; 97AspNetCoreBenchmarkAttribute.ConfigName = AspNetCoreBenchmarkAttribute.NamedConfiguration.Debug;