Commits


Yibo Cai authored and Antoine Pitrou committed b441d65eaf4
ARROW-9206: [C++][Flight] Add latency benchmark Calculate latency by accumulating processing time of all threads then divides total batches transferred. It only works for synchronous RPC. This patch also adds throughput(IOPS) metric. Closes #7603 from cyb70289/flight-latency Authored-by: Yibo Cai <yibo.cai@arm.com> Signed-off-by: Antoine Pitrou <antoine@python.org>