Skip to content

Commit 76adfa2

Browse files
authored
docs: Update benchmark results (#4300)
1 parent db0dbcf commit 76adfa2

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ Apache DataFusion Comet is a high-performance accelerator for Apache Spark, buil
4040
performance of Apache Spark workloads while leveraging commodity hardware and seamlessly integrating with the
4141
Spark ecosystem without requiring any code changes.
4242

43-
**Comet provides a 2x speedup for TPC-H @ 1TB, resulting in 50% cost savings.**
43+
**Comet provides a ~2x speedup for TPC-DS @ SF 1000 (1TB), resulting in ~50% cost savings.**
4444

4545
That 2x speedup gives you a choice: finish the same Spark workload in half the time on the cluster you already have,
4646
or match your current Spark performance on roughly half the resources. Either way, the gain translates directly into
4747
lower cloud bills, reduced on-prem capacity, and lower energy usage, with no changes to your existing Spark SQL,
4848
DataFrame, or PySpark code. Comet runs on commodity hardware: no GPUs, FPGAs, or other specialized accelerators are
4949
required, so the savings come from better utilization of the infrastructure you already run on.
5050

51-
![](docs/source/_static/images/benchmark-results/0.15.0/tpch_allqueries.png)
51+
![](docs/source/_static/images/benchmark-results/0.16.0/tpcds_allqueries.png)
5252

53-
![](docs/source/_static/images/benchmark-results/0.15.0/tpch_queries_compare.png)
53+
![](docs/source/_static/images/benchmark-results/0.16.0/tpcds_queries_speedup_rel.png)
5454

5555
See the [Comet Benchmarking Guide](https://datafusion.apache.org/comet/contributor-guide/benchmarking.html) for more details.
5656

@@ -81,7 +81,7 @@ benefits of Comet's acceleration capabilities without disrupting your Spark appl
8181

8282
## Getting Started
8383

84-
Comet supports Apache Spark 3.4, 3.5, and 4.0, and provides experimental support for Spark 4.1 and 4.2. See the
84+
Comet supports Apache Spark 3.4, 3.5, 4.0, and 4.1, and provides experimental support for Spark 4.2. See the
8585
[installation guide](https://datafusion.apache.org/comet/user-guide/installation.html) for the detailed
8686
version, Java, and Scala compatibility matrix.
8787

24.8 KB
Loading

docs/source/about/gluten_comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ between them. This document is likely biased because the Comet community maintai
2424

2525
We recommend trying out both Comet and Gluten to see which is the best fit for your needs.
2626

27-
This document is based on Comet 0.15.0 and Gluten 1.6.0.
27+
This document is based on Comet 0.16.0 and Gluten 1.6.0.
2828

2929
## Architecture
3030

docs/source/contributor-guide/benchmark-results/tpc-h.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following benchmarks were performed on an EKS cluster (`r6i.24xlarge` instan
2525

2626
Total time to run all queries (lower is better).
2727

28-
![](../../_static/images/benchmark-results/0.15.0/tpch_allqueries_with_tuned.png)
28+
![](../../_static/images/benchmark-results/0.16.0/tpch_allqueries_with_tuned.png)
2929

3030
The following charts are based on the tuned run using hash join.
3131

docs/source/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Comet also accelerates Apache Iceberg, when performing Parquet scans from Spark.
4040

4141
Comet delivers a performance speedup for many queries, enabling faster data processing and shorter time-to-insights.
4242

43-
The following charts demonstrate Comet accelerating TPC-H @ 1 TB. See the [Comet Benchmarking Guide](https://datafusion.apache.org/comet/contributor-guide/benchmarking.html)
43+
The following charts demonstrate Comet accelerating TPC-DS @ 1 TB. See the [Comet Benchmarking Guide](https://datafusion.apache.org/comet/contributor-guide/benchmarking.html)
4444
for details.
4545

46-
![](_static/images/benchmark-results/0.15.0/tpch_allqueries.png)
46+
![](_static/images/benchmark-results/0.16.0/tpcds_allqueries.png)
4747

48-
Here is a breakdown showing relative performance of Spark and Comet for each TPC-H query.
48+
Here is a breakdown showing relative speedup for each TPC-DS query.
4949

50-
![](_static/images/benchmark-results/0.15.0/tpch_queries_compare.png)
50+
![](_static/images/benchmark-results/0.16.0/tpcds_queries_speedup_rel.png)
5151

5252
## Use Commodity Hardware
5353

0 commit comments

Comments
 (0)