Commits


Yibo Cai authored and Antoine Pitrou committed 3f1061300fa
ARROW-9204: [C++][Flight] Change records_per_stream to int64 Set `records_per_stream` in flight benchmark to int64 to be consistent with protobuf definition. We can pass a very large value at runtime to keep benchmark running and ease performance profiling and debugging. Closes #7512 from cyb70289/flight-bench Authored-by: Yibo Cai <yibo.cai@arm.com> Signed-off-by: Antoine Pitrou <antoine@python.org>