apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.56k stars 3.54k forks source link

[C++][Benchmark] Benchmarks should present a items/s or bytes/s metric #39662

Closed pitrou closed 3 months ago

pitrou commented 9 months ago

Describe the enhancement requested

Some of our microbenchmarks only present an iteration time in (nano,micro...)seconds. That is usually tedious to read and difficult to interpret. We should try to ensure that benchmarks also present a items/seconds and/or a bytes/seconds metric where that makes sense.

Component(s)

Benchmarking, C++

Subtasks

pitrou commented 3 months ago

I'm going to close this as all done.