This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 4c3e3c1c69 Fix fmt after logical conflict (#19208)
add e8384fbbf5 chore: Add TPCDS benchmarks (#19138)
No new revisions were added by this update.
Summary of changes:
benchmarks/README.md | 71 +++-
benchmarks/bench.sh | 59 ++++
.../regen.sh => benchmarks/compare_tpcds.sh | 41 ++-
.../regen.sh => benchmarks/compare_tpch.sh | 39 ++-
benchmarks/src/bin/dfbench.rs | 4 +-
benchmarks/src/lib.rs | 1 +
.../tests/catalog => benchmarks/src/tpcds}/mod.rs | 3 +-
benchmarks/src/tpcds/run.rs | 356 +++++++++++++++++++++
benchmarks/src/tpch/run.rs | 6 +-
datafusion/core/tests/tpc-ds/30.sql | 4 +-
test-utils/src/tpcds.rs | 2 +-
11 files changed, 563 insertions(+), 23 deletions(-)
copy datafusion/proto-common/regen.sh => benchmarks/compare_tpcds.sh (52%)
copy datafusion/proto-common/regen.sh => benchmarks/compare_tpch.sh (55%)
copy {datafusion/core/tests/catalog => benchmarks/src/tpcds}/mod.rs (96%)
create mode 100644 benchmarks/src/tpcds/run.rs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]