This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 4e8c64bc Update benchmarks (#1121)
4e8c64bc is described below

commit 4e8c64bc43117ecbfda434e8f464f78f2f52a26f
Author: Andy Grove <[email protected]>
AuthorDate: Wed Nov 20 07:38:03 2024 -0700

    Update benchmarks (#1121)
---
 README.md                                           |  20 +++++++++++++++++---
 docs/source/_static/images/tpch_allqueries.png      | Bin 0 -> 27455 bytes
 docs/source/_static/images/tpch_queries_compare.png | Bin 0 -> 32843 bytes
 .../_static/images/tpch_queries_speedup_abs.png     | Bin 0 -> 37391 bytes
 .../_static/images/tpch_queries_speedup_rel.png     | Bin 0 -> 47169 bytes
 docs/sqlbench-h-perf-0.12.png                       | Bin 37518 -> 0 bytes
 6 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 00936c73..4f0a3ab1 100644
--- a/README.md
+++ b/README.md
@@ -88,11 +88,25 @@ See the [architecture 
guide](docs/source/contributors-guide/architecture.md) for
 
 We run some simple benchmarks comparing Ballista with Apache Spark to track 
progress with performance optimizations.
 These are benchmarks derived from TPC-H and not official TPC-H benchmarks. 
These results are from running individual
-queries at scale factor 10 (10 GB) on a single node with a single executor and 
24 concurrent tasks.
+queries at scale factor 100 (100 GB) on a single node with a single executor 
and 8 concurrent tasks.
 
-The tracking issue for improving these results is 
[#339](https://github.com/apache/arrow-ballista/issues/339).
+### Overall Speedup
 
-![benchmarks](docs/sqlbench-h-perf-0.12.png)
+The overall speedup is 2.9x
+
+![benchmarks](docs/source/_static/images/tpch_allqueries.png)
+
+### Per Query Comparison
+
+![benchmarks](docs/source/_static/images/tpch_queries_compare.png)
+
+### Relative Speedup
+
+![benchmarks](docs/source/_static/images/tpch_queries_speedup_rel.png)
+
+### Absolute Speedup
+
+![benchmarks](docs/source/_static/images/tpch_queries_speedup_abs.png)
 
 # Getting Started
 
diff --git a/docs/source/_static/images/tpch_allqueries.png 
b/docs/source/_static/images/tpch_allqueries.png
new file mode 100644
index 00000000..5e30bde0
Binary files /dev/null and b/docs/source/_static/images/tpch_allqueries.png 
differ
diff --git a/docs/source/_static/images/tpch_queries_compare.png 
b/docs/source/_static/images/tpch_queries_compare.png
new file mode 100644
index 00000000..969043f9
Binary files /dev/null and 
b/docs/source/_static/images/tpch_queries_compare.png differ
diff --git a/docs/source/_static/images/tpch_queries_speedup_abs.png 
b/docs/source/_static/images/tpch_queries_speedup_abs.png
new file mode 100644
index 00000000..251c8bb4
Binary files /dev/null and 
b/docs/source/_static/images/tpch_queries_speedup_abs.png differ
diff --git a/docs/source/_static/images/tpch_queries_speedup_rel.png 
b/docs/source/_static/images/tpch_queries_speedup_rel.png
new file mode 100644
index 00000000..04f044c0
Binary files /dev/null and 
b/docs/source/_static/images/tpch_queries_speedup_rel.png differ
diff --git a/docs/sqlbench-h-perf-0.12.png b/docs/sqlbench-h-perf-0.12.png
deleted file mode 100644
index 301cf132..00000000
Binary files a/docs/sqlbench-h-perf-0.12.png and /dev/null differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to