Home | History | Annotate | Download | only in Grpc.IntegrationTesting

Lines Matching refs:new

69                 service = BenchmarkService.BindService(new BenchmarkServiceImpl());
73 var genericService = new GenericServiceImpl(config.PayloadConfig.BytebufParams.RespSize);
78 throw new ArgumentException("Unsupported ServerType");
81 var channelOptions = new List<ChannelOption>(config.ChannelArgs.Select((arg) => arg.ToChannelOption()));
82 var server = new Server(channelOptions)
85 Ports = { new ServerPort("[::]", config.Port, credentials) }
89 return new ServerRunnerImpl(server);
98 this.response = new byte[responseSize];
120 readonly TimeStats timeStats = new TimeStats();
146 return new ServerStats