Lines Matching refs:new
43 @histogram = Histogram.new(@histres, @histmax)
45 @php_pid = Array.new(@config.client_channels)
47 Thread.new {
80 Grpc::Testing::Void.new
86 Grpc::Testing::Void.new
89 lat = Grpc::Testing::HistogramData.new(
100 @histogram = Histogram.new(@histres, @histmax)
102 Grpc::Testing::ClientStats.new(latencies: lat, time_elapsed: elapsed)
114 q = EnumeratorQueue.new(self)
115 Thread.new {
120 q.push(Grpc::Testing::ClientStatus.new(stats: @bmc.mark(false)))
122 q.push(Grpc::Testing::ClientStatus.new(stats:
132 Grpc::Testing::CoreResponse.new(cores: cpu_cores)
135 Thread.new {
139 Grpc::Testing::Void.new
152 OptionParser.new do |opts|
170 s = GRPC::RpcServer.new(pool_size: 1024)
173 bmc = ProxyBenchmarkClientServiceImpl.new(port, options[:c_ext], options['php_client_bin'])
175 s.handle(ProxyWorkerServiceImpl.new(s, bmc))