@@ -49,7 +49,7 @@ The following chart shows the time it takes to run the 22 TPC-H queries against
4949using a single executor with 8 cores. See the [ Comet Benchmarking Guide] ( https://datafusion.apache.org/comet/contributor-guide/benchmarking.html )
5050for details of the environment used for these benchmarks.
5151
52- When using Comet, the overall run time is reduced from 616 seconds to 374 seconds, a 1.6x speedup, with query 1
52+ When using Comet, the overall run time is reduced from 615 seconds to 364 seconds, a 1.7x speedup, with query 1
5353running 9x faster than Spark.
5454
5555Running the same queries with DataFusion standalone (without Spark) using the same number of cores results in a 3.6x
@@ -58,21 +58,21 @@ speedup compared to Spark.
5858Comet is not yet achieving full DataFusion speeds in all cases, but with future work we aim to provide a 2x-4x speedup
5959for a broader set of queries.
6060
61- ![ ] ( docs/source/_static/images/benchmark-results/0.3 .0/tpch_allqueries.png )
61+ ![ ] ( docs/source/_static/images/benchmark-results/0.4 .0/tpch_allqueries.png )
6262
6363Here is a breakdown showing relative performance of Spark, Comet, and DataFusion for each TPC-H query.
6464
65- ![ ] ( docs/source/_static/images/benchmark-results/0.3 .0/tpch_queries_compare.png )
65+ ![ ] ( docs/source/_static/images/benchmark-results/0.4 .0/tpch_queries_compare.png )
6666
6767The following charts shows how much Comet currently accelerates each query from the benchmark.
6868
6969### Relative speedup
7070
71- ![ ] ( docs/source/_static/images/benchmark-results/0.3 .0/tpch_queries_speedup_rel.png )
71+ ![ ] ( docs/source/_static/images/benchmark-results/0.4 .0/tpch_queries_speedup_rel.png )
7272
7373### Absolute speedup
7474
75- ![ ] ( docs/source/_static/images/benchmark-results/0.3 .0/tpch_queries_speedup_abs.png )
75+ ![ ] ( docs/source/_static/images/benchmark-results/0.4 .0/tpch_queries_speedup_abs.png )
7676
7777These benchmarks can be reproduced in any environment using the documentation in the
7878[ Comet Benchmarking Guide] ( https://datafusion.apache.org/comet/contributor-guide/benchmarking.html ) . We encourage
0 commit comments