This is an automated email from the ASF dual-hosted git repository.
andygrove pushed a change to branch branch-0.16
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
from 2662f5074 chore: prettier-format cast.md to unblock branch-0.16 lint
(#4266)
new 8f928e734 docs: Add benchmark results for 0.16.0 (#4272)
new d293c39b6 docs: Update benchmark results (#4300)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 8 +-
.../results/0.16.0/comet-tpcds.json | 206 ++++++++++-----------
.../results/0.16.0/comet-tpch-hashjoin.json | 44 ++---
.../results/0.16.0/comet-tpch.json | 44 ++---
.../results/0.16.0/spark-tpcds.json | 206 ++++++++++-----------
.../results/0.16.0/spark-tpch.json | 44 ++---
benchmarks/tpc/generate-comparison.py | 58 +++---
benchmarks/tpc/tpcbench.py | 89 +++++----
.../benchmark-results/0.16.0/tpcds_allqueries.png | Bin 0 -> 25524 bytes
.../0.16.0/tpcds_queries_compare.png | Bin 0 -> 37679 bytes
.../0.16.0/tpcds_queries_speedup_abs.png | Bin 0 -> 64879 bytes
.../0.16.0/tpcds_queries_speedup_rel.png | Bin 0 -> 92557 bytes
.../benchmark-results/0.16.0/tpch_allqueries.png | Bin 0 -> 23705 bytes
.../0.16.0/tpch_allqueries_with_tuned.png | Bin 0 -> 25345 bytes
.../0.16.0/tpch_queries_compare.png | Bin 0 -> 25488 bytes
.../0.16.0/tpch_queries_speedup_abs.png | Bin 0 -> 32108 bytes
.../0.16.0/tpch_queries_speedup_rel.png | Bin 0 -> 36118 bytes
docs/source/about/gluten_comparison.md | 2 +-
.../contributor-guide/benchmark-results/tpc-ds.md | 34 ++--
.../contributor-guide/benchmark-results/tpc-h.md | 48 +++--
docs/source/index.md | 8 +-
21 files changed, 407 insertions(+), 384 deletions(-)
rename docs/source/contributor-guide/benchmark-results/spark-3.5.8-tpcds.json
=> benchmarks/results/0.16.0/comet-tpcds.json (55%)
rename
docs/source/contributor-guide/benchmark-results/comet-0.15.0-tpch-hashjoin.json
=> benchmarks/results/0.16.0/comet-tpch-hashjoin.json (67%)
rename docs/source/contributor-guide/benchmark-results/spark-3.5.8-tpch.json
=> benchmarks/results/0.16.0/comet-tpch.json (65%)
rename docs/source/contributor-guide/benchmark-results/comet-0.15.0-tpcds.json
=> benchmarks/results/0.16.0/spark-tpcds.json (54%)
rename docs/source/contributor-guide/benchmark-results/comet-0.15.0-tpch.json
=> benchmarks/results/0.16.0/spark-tpch.json (66%)
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpcds_allqueries.png
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpcds_queries_compare.png
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpcds_queries_speedup_abs.png
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpcds_queries_speedup_rel.png
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpch_allqueries.png
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpch_allqueries_with_tuned.png
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpch_queries_compare.png
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpch_queries_speedup_abs.png
create mode 100644
docs/source/_static/images/benchmark-results/0.16.0/tpch_queries_speedup_rel.png
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]