Home
last modified time | relevance | path

Searched refs:StressTestClient (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs35 public class StressTestClient class
37 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.StressTestClient
93 … var interopClient = new StressTestClient(options, serverAddresses.ToList(), testCases); in Run()
/third_party/grpc/src/csharp/Grpc.IntegrationTesting.StressClient/
DProgram.cs27 StressTestClient.Run(args); in Main()