Searched refs:BenchmarkClient (Results 1 – 5 of 5) sorted by relevance
43 class BenchmarkClient: class101 class UnarySyncBenchmarkClient(BenchmarkClient):124 class UnaryAsyncBenchmarkClient(BenchmarkClient):178 class StreamingSyncBenchmarkClient(BenchmarkClient):207 class ServerStreamingSyncBenchmarkClient(BenchmarkClient):
42 class BenchmarkClient(abc.ABC): class100 class UnaryAsyncBenchmarkClient(BenchmarkClient):130 class StreamingAsyncBenchmarkClient(BenchmarkClient):160 class ServerStreamingAsyncBenchmarkClient(BenchmarkClient):
125 qps_data: histogram.Histogram) -> benchmark_client.BenchmarkClient:
64 client = BenchmarkClient.new(req.setup)
43 class BenchmarkClient class