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