Skip to content

Commit

Permalink
docs: Update benchmark results (#687)
Browse files Browse the repository at this point in the history
* update TPC-H benchmarks and add TPC-DS benchmarks

* fix links

* remove bullet
  • Loading branch information
andygrove authored Jul 19, 2024
1 parent e8061ef commit e8f6a8d
Show file tree
Hide file tree
Showing 17 changed files with 922 additions and 326 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ speedup compared to Spark.
Comet is not yet achieving full DataFusion speeds in all cases, but with future work we aim to provide a 2x-4x speedup
for a broader set of queries.

![](docs/source/_static/images/tpch_allqueries.png)
![](docs/source/_static/images/benchmark-results/2024-07-19/tpch_allqueries.png)

Here is a breakdown showing relative performance of Spark, Comet, and DataFusion for each TPC-H query.

![](docs/source/_static/images/tpch_queries_compare.png)
![](docs/source/_static/images/benchmark-results/2024-07-19/tpch_queries_compare.png)

The following chart shows how much Comet currently accelerates each query from the benchmark. Performance optimization
is an ongoing task, and we welcome contributions from the community to help achieve even greater speedups in the future.

![](docs/source/_static/images/tpch_queries_speedup.png)
![](docs/source/_static/images/benchmark-results/2024-07-19/tpch_queries_speedup.png)

These benchmarks can be reproduced in any environment using the documentation in the
[Comet Benchmarking Guide](https://datafusion.apache.org/comet/contributor-guide/benchmarking.html). We encourage
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/source/_static/images/tpch_allqueries.png
Binary file not shown.
Binary file removed docs/source/_static/images/tpch_queries_compare.png
Binary file not shown.
Binary file removed docs/source/_static/images/tpch_queries_speedup.png
Binary file not shown.

This file was deleted.

Loading

0 comments on commit e8f6a8d

Please sign in to comment.