Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dbenchmark_client.py43 class BenchmarkClient: class
101 class UnarySyncBenchmarkClient(BenchmarkClient):
124 class UnaryAsyncBenchmarkClient(BenchmarkClient):
178 class StreamingSyncBenchmarkClient(BenchmarkClient):
207 class ServerStreamingSyncBenchmarkClient(BenchmarkClient):
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dbenchmark_client.py42 class BenchmarkClient(abc.ABC): class
100 class UnaryAsyncBenchmarkClient(BenchmarkClient):
130 class StreamingAsyncBenchmarkClient(BenchmarkClient):
160 class ServerStreamingAsyncBenchmarkClient(BenchmarkClient):
Dworker_servicer.py125 qps_data: histogram.Histogram) -> benchmark_client.BenchmarkClient:
/third_party/grpc/src/ruby/qps/
Dworker.rb64 client = BenchmarkClient.new(req.setup)
Dclient.rb43 class BenchmarkClient class