Home
last modified time | relevance | path

Searched refs:BenchmarkClient (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_client.py48 class BenchmarkClient: class
111 class UnarySyncBenchmarkClient(BenchmarkClient):
134 class UnaryAsyncBenchmarkClient(BenchmarkClient):
188 class StreamingSyncBenchmarkClient(BenchmarkClient):
218 class ServerStreamingSyncBenchmarkClient(BenchmarkClient):
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_client.py45 class BenchmarkClient(abc.ABC): class
120 class UnaryAsyncBenchmarkClient(BenchmarkClient):
153 class StreamingAsyncBenchmarkClient(BenchmarkClient):
186 class ServerStreamingAsyncBenchmarkClient(BenchmarkClient):
Dworker_servicer.py142 ) -> benchmark_client.BenchmarkClient:
/external/grpc-grpc/src/ruby/qps/
Dworker.rb64 client = BenchmarkClient.new(req.setup)
Dclient.rb43 class BenchmarkClient class