This is an automated email from the ASF dual-hosted git repository.
andygrove 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 51be47517 docs: remove outdated TPC-H benchmark results from READMEs
(#2015)
51be47517 is described below
commit 51be47517dfd32bf3495c94c195e93727d3c244f
Author: Andy Grove <[email protected]>
AuthorDate: Sun Jul 12 16:19:33 2026 -0600
docs: remove outdated TPC-H benchmark results from READMEs (#2015)
---
README.md | 24 ---------------------
ballista/client/README.md | 24 ---------------------
docs/source/_static/images/tpch_allqueries.png | Bin 27455 -> 0 bytes
.../source/_static/images/tpch_queries_compare.png | Bin 32843 -> 0 bytes
.../_static/images/tpch_queries_speedup_abs.png | Bin 37391 -> 0 bytes
.../_static/images/tpch_queries_speedup_rel.png | Bin 47169 -> 0 bytes
6 files changed, 48 deletions(-)
diff --git a/README.md b/README.md
index 99f3a3033..a490cd494 100644
--- a/README.md
+++ b/README.md
@@ -113,30 +113,6 @@ between the executor(s) and the scheduler for fetching
tasks and reporting task
See the [architecture guide](docs/source/contributors-guide/architecture.md)
for more details.
-## Performance
-
-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 100 (100 GB) on a single node with a single executor
and 8 concurrent tasks.
-
-### Overall Speedup
-
-The overall speedup is 2.9x
-
-
-
-### Per Query Comparison
-
-
-
-### Relative Speedup
-
-
-
-### Absolute Speedup
-
-
-
## Getting Started
The easiest way to get started is to run one of the standalone or distributed
[examples](./examples/README.md). After
diff --git a/ballista/client/README.md b/ballista/client/README.md
index 5e9408734..10222a555 100644
--- a/ballista/client/README.md
+++ b/ballista/client/README.md
@@ -171,27 +171,3 @@ The output should look similar to the following table.
```
More [examples](../../examples/examples/) can be found in the
datafusion-ballista repository.
-
-## Performance
-
-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 100 (100 GB)
on a single node with a single executor and 8 concurrent tasks.
-
-### Overall Speedup
-
-The overall speedup is 2.9x
-
-
-
-### Per Query Comparison
-
-
-
-### Relative Speedup
-
-
-
-### Absolute Speedup
-
-
diff --git a/docs/source/_static/images/tpch_allqueries.png
b/docs/source/_static/images/tpch_allqueries.png
deleted file mode 100644
index 5e30bde02..000000000
Binary files a/docs/source/_static/images/tpch_allqueries.png and /dev/null
differ
diff --git a/docs/source/_static/images/tpch_queries_compare.png
b/docs/source/_static/images/tpch_queries_compare.png
deleted file mode 100644
index 969043f93..000000000
Binary files a/docs/source/_static/images/tpch_queries_compare.png and
/dev/null differ
diff --git a/docs/source/_static/images/tpch_queries_speedup_abs.png
b/docs/source/_static/images/tpch_queries_speedup_abs.png
deleted file mode 100644
index 251c8bb45..000000000
Binary files a/docs/source/_static/images/tpch_queries_speedup_abs.png and
/dev/null differ
diff --git a/docs/source/_static/images/tpch_queries_speedup_rel.png
b/docs/source/_static/images/tpch_queries_speedup_rel.png
deleted file mode 100644
index 04f044c00..000000000
Binary files a/docs/source/_static/images/tpch_queries_speedup_rel.png and
/dev/null differ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]