kbendick commented on a change in pull request #3249:
URL: https://github.com/apache/iceberg/pull/3249#discussion_r826553736



##########
File path: site/docs/benchmarks.md
##########
@@ -128,4 +128,8 @@ column used in the filter predicate. The performance is 
compared to the built-in
 
 ### SparkParquetWritersNestedDataBenchmark
 * A benchmark that evaluates the performance of writing nested Parquet data 
using Iceberg and Spark Parquet writers. To run this benchmark for either 
spark-2 or spark-3:
-  `./gradlew :iceberg-spark:iceberg-spark[2|3]:jmh 
-PjmhIncludeRegex=SparkParquetWritersNestedDataBenchmark 
-PjmhOutputPath=benchmark/spark-parquet-writers-nested-data-benchmark-result.txt`
+`./gradlew :iceberg-spark:iceberg-spark[2|3]:jmh 
-PjmhIncludeRegex=SparkParquetWritersNestedDataBenchmark 
-PjmhOutputPath=benchmark/spark-parquet-writers-nested-data-benchmark-result.txt`
+
+### VectorizedReadParquetDecimalBenchmark
+* A benchmark to compare performance of reading Parquet decimal data using 
vectorized Iceberg read path and the built-in file source in Spark.
+`./gradlew :iceberg-spark[2|3]:jmh 
-PjmhIncludeRegex=VectorizedReadParquetDecimalBenchmark 
-PjmhOutputPath=benchmark/vectorized-read-parquet-decimal-result.txt`

Review comment:
       These benchmarking commands are relatively out of date btw. I’ll open a 
PR to update them in the files and then you can copy from there if you’d like?




-- 
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.

To unsubscribe, e-mail: [email protected]

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