Searched refs:StressTestClient (Results 1 – 2 of 2) sorted by relevance
35 public class StressTestClient class37 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<StressTestClient>();70 …private StressTestClient(ClientOptions options, List<string> serverAddresses, Dictionary<string, i… in StressTestClient() method in Grpc.IntegrationTesting.StressTestClient93 … var interopClient = new StressTestClient(options, serverAddresses.ToList(), testCases); in Run()
27 StressTestClient.Run(args); in Main()