Home
last modified time | relevance | path

Searched defs:BenchmarkService (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/proto/grpc/testing/
Dbenchmark_service.proto23 service BenchmarkService { service
26 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
31 rpc StreamingCall(stream SimpleRequest) returns (stream SimpleResponse);
35 rpc StreamingFromClient(stream SimpleRequest) returns (SimpleResponse);
39 rpc StreamingFromServer(SimpleRequest) returns (stream SimpleResponse);
43 rpc StreamingBothWays(stream SimpleRequest) returns (stream SimpleResponse);
/third_party/grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
DBenchmarkService.php7 class BenchmarkService class
/third_party/grpc/src/ruby/qps/src/proto/grpc/testing/
Dbenchmark_service_services_pb.rb26 module BenchmarkService module
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DBenchmarkServiceGrpc.cs28 public static partial class BenchmarkService class