HyukjinKwon opened a new pull request #32005:
URL: https://github.com/apache/spark/pull/32005


   ### What changes were proposed in this pull request?
   
   This PR proposes to add a script that runs all benchmarks.
   
   ### Why are the changes needed?
   
   To run the benchmarks easily. This is actually for SPARK-34821.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   Manually tested with the command below after building Spark:
   
   ```bash
   SPARK_GENERATE_BENCHMARK_FILES=1 bin/spark-submit --class \
        org.apache.spark.benchmark.Benchmarks --jars \
        "`find . -name "*3.2.0-SNAPSHOT-tests.jar" | paste -sd ',' -`" \
        ./core/target/scala-2.12/spark-core_2.12-3.2.0-SNAPSHOT-tests.jar
    ```
    
    This is ongoing work. I will double check with working on SPARK-34821 and 
updating the results.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to