Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs35 public class StressTestClient class
70 …private StressTestClient(ClientOptions options, List<string> serverAddresses, Dictionary<string, i… in StressTestClient() method in Grpc.IntegrationTesting.StressTestClient
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java66 public class StressTestClient { class