MCPcopy Create free account
hub / github.com/apache/arrow / quantile_latency

Method quantile_latency

cpp/src/arrow/flight/flight_benchmark.cc:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 uint64_t mean_latency() const { return latencies.Mean() / 1000; }
120
121 uint64_t quantile_latency(double q) const { return latencies.Quantile(q) / 1000; }
122};
123
124Status WaitForReady(FlightClient* client, const FlightCallOptions& call_options) {

Callers 1

RunPerformanceTestFunction · 0.80

Calls 1

QuantileMethod · 0.45

Tested by

no test coverage detected