You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `arrow-ipc` as an on-disk format in the compression-size,
compression-throughput, and random-access benchmark suites.
Compression benchmark runs emit Arrow IPC file sizes, serialization and
deserialization timings, and decoded in-memory Arrow bytes as
`uncompressed_bytes`. Random-access runs read row-addressable Arrow IPC
files.
The decoded Arrow byte count supplies logical throughput and
compression-ratio estimates. The Arrow IPC rows remain file-format
results. The develop workflow emits these records across the existing
dataset matrix.
---------
Signed-off-by: Will Manning <will@willmanning.io>
0 commit comments