-
- Downloads
[SPARK-12640][SQL] Add simple benchmarking utility class and add Parquet scan benchmarks.
[SPARK-12640][SQL] Add simple benchmarking utility class and add Parquet scan benchmarks. We've run benchmarks ad hoc to measure the scanner performance. We will continue to invest in this and it makes sense to get these benchmarks into code. This adds a simple benchmarking utility to do this. Author: Nong Li <nong@databricks.com> Author: Nong <nongli@gmail.com> Closes #10589 from nongli/spark-12640.
Showing
- core/src/main/scala/org/apache/spark/util/Benchmark.scala 120 additions, 0 deletionscore/src/main/scala/org/apache/spark/util/Benchmark.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetReadBenchmark.scala 158 additions, 0 deletions.../execution/datasources/parquet/ParquetReadBenchmark.scala
Please register or sign in to comment