jaylmiller opened a new pull request, #5658:
URL: https://github.com/apache/arrow-datafusion/pull/5658
# Which issue does this PR close?
Part of #5561
# Rationale for this change
For e2e benchmarks, the TCPH bin has an option to output a machine readable
file, which can then be consumed by a script. It would be nice to be able to
use this same exact script for all bins in the e2e benches.
# What changes are included in this PR?
This PR pulls out the existing logic from `tpch.rs` that (optionally) writes
the run data to a machine readable json file. That logic is then used in all
the other benchmarks, adding a `-o` option to every bin in the e2e benchmarks
dir.
# Are these changes tested?
# Are there any user-facing changes?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]