예제 #1
0
파일: main.go 프로젝트: CocoaWang/grpc-go
func streamCaller(stream testpb.BenchmarkService_StreamingCallClient) {
	benchmark.DoStreamingRoundTrip(stream, 1, 1)
}
예제 #2
0
파일: main.go 프로젝트: Clarifai/kubernetes
func streamCaller(client testpb.TestServiceClient, stream testpb.TestService_StreamingCallClient) {
	benchmark.DoStreamingRoundTrip(client, stream, 1, 1)
}