You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/contributor-guide/benchmarking.md
-60Lines changed: 0 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,66 +24,6 @@ benchmarking documentation and scripts are available in the [DataFusion Benchmar
24
24
25
25
We also have many micro benchmarks that can be run from an IDE located [here](https://github.com/apache/datafusion-comet/tree/main/spark/src/test/scala/org/apache/spark/sql/benchmark).
26
26
27
-
Here are example commands for running the benchmarks against a Spark cluster. This command will need to be
28
-
adapted based on the Spark environment and location of data files.
29
-
30
-
These commands are intended to be run from the `runners/datafusion-comet` directory in the `datafusion-benchmarks`
31
-
repository.
32
-
33
-
## Running Benchmarks Against Apache Spark
34
-
35
-
```shell
36
-
$SPARK_HOME/bin/spark-submit \
37
-
--master $SPARK_MASTER \
38
-
--conf spark.driver.memory=8G \
39
-
--conf spark.executor.instances=1 \
40
-
--conf spark.executor.memory=32G \
41
-
--conf spark.executor.cores=8 \
42
-
--conf spark.cores.max=8 \
43
-
tpcbench.py \
44
-
--benchmark tpch \
45
-
--data /mnt/bigdata/tpch/sf100/ \
46
-
--queries ../../tpch/queries \
47
-
--iterations 3
48
-
```
49
-
50
-
## Running Benchmarks Against Apache Spark with Apache DataFusion Comet Enabled
0 commit comments