Example #1
0
func streamCaller(stream testpb.BenchmarkService_StreamingCallClient) {
	benchmark.DoStreamingRoundTrip(stream, 1, 1)
}
Example #2
0
func streamCaller(client testpb.TestServiceClient, stream testpb.TestService_StreamingCallClient) {
	benchmark.DoStreamingRoundTrip(client, stream, 1, 1)
}