Yicong Huang created SPARK-56011:
------------------------------------
Summary: Add dev/asv wrapper script to run PySpark benchmarks from
repo root
Key: SPARK-56011
URL: https://issues.apache.org/jira/browse/SPARK-56011
Project: Spark
Issue Type: Improvement
Components: PySpark
Affects Versions: 4.1.0
Reporter: Yicong Huang
Currently, running PySpark ASV benchmarks requires changing directory to
python/benchmarks first:
{code}
cd python/benchmarks
asv run --python=same --quick
{code}
This is inconvenient. Add a {{dev/asv}} wrapper script so benchmarks can be run
directly from the Spark root directory:
{code}
./dev/asv run --python=same --quick
{code}
This is consistent with other dev scripts like {{dev/lint-python}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]