Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_client.py41 class BenchmarkClient: class
97 class UnarySyncBenchmarkClient(BenchmarkClient):
120 class UnaryAsyncBenchmarkClient(BenchmarkClient):
174 class StreamingSyncBenchmarkClient(BenchmarkClient):
/external/grpc-grpc/src/ruby/qps/
Dworker.rb64 client = BenchmarkClient.new(req.setup)
Dclient.rb43 class BenchmarkClient class