GitHub user yucai opened a pull request:
https://github.com/apache/spark/pull/22495
[SPARK-25486][TEST] Refactor SortBenchmark to use main method
## What changes were proposed in this pull request?
Refactor SortBenchmark to use main method.
Generate benchmark result:
```
SPARK_GENERATE_BENCHMARK_FILES=1 build/sbt "sql/test:runMain
org.apache.spark.sql.execution.benchmark.SortBenchmark"
```
## How was this patch tested?
manual tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yucai/spark SPARK-25486
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22495.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22495
----
commit c3c3d8bb5f7c0fc476c3960f12e53133efd3e2f2
Author: yucai <yyu1@...>
Date: 2018-09-20T13:52:40Z
Refactor SortBenchmark
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]