3 writes to ConfigName
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
src\Shared\BenchmarkRunner\Program.cs (3)
73
AspNetCoreBenchmarkAttribute.
ConfigName
= AspNetCoreBenchmarkAttribute.NamedConfiguration.Validation;
81
AspNetCoreBenchmarkAttribute.
ConfigName
= argsList[index + 1];
92
AspNetCoreBenchmarkAttribute.
ConfigName
= AspNetCoreBenchmarkAttribute.NamedConfiguration.Debug;
2 references to ConfigName
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
src\Shared\BenchmarkRunner\AspNetCoreBenchmarkAttribute.cs (2)
47
if (!ConfigTypes.TryGetValue(
ConfigName
?? NamedConfiguration.Default, out var configType))
49
var message = $"Could not find a configuration matching {
ConfigName
}. " +