Skip to content

Commit c6658bf

Browse files
authored
Remove outdated param in macos bench guide (#1748)
1 parent 7717a25 commit c6658bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/source/contributor-guide/benchmarking_macos.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ $SPARK_HOME/bin/spark-submit \
8989
--conf spark.memory.offHeap.size=16g \
9090
--conf spark.eventLog.enabled=true \
9191
/path/to/datafusion-benchmarks/runners/datafusion-comet/tpcbench.py \
92-
--name spark \
9392
--benchmark tpch \
9493
--data /Users/rusty/Data/tpch/sf100 \
9594
--queries /path/to/datafusion-benchmarks/tpch/queries \
@@ -136,7 +135,6 @@ $SPARK_HOME/bin/spark-submit \
136135
--conf spark.comet.exec.replaceSortMergeJoin=true \
137136
--conf spark.comet.cast.allowIncompatible=true \
138137
/path/to/datafusion-benchmarks/runners/datafusion-comet/tpcbench.py \
139-
--name comet \
140138
--benchmark tpch \
141139
--data /path/to/tpch-data/ \
142140
--queries /path/to/datafusion-benchmarks//tpch/queries \

0 commit comments

Comments
 (0)