Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DStressTestClient.cs55 public int NumStubsPerChannel { get; set; } property in Grpc.IntegrationTesting.StressTestClient.ClientOptions
85 GrpcPreconditions.CheckArgument(options.NumStubsPerChannel > 0); in Run()
120 for (int j = 0; j < options.NumStubsPerChannel; j++) in Run()