jaylmiller commented on code in PR #5433: URL: https://github.com/apache/arrow-datafusion/pull/5433#discussion_r1123834286
########## benchmarks/README.md: ########## @@ -143,13 +145,13 @@ h2o groupby query 1 took 1669 ms [1]: http://www.tpc.org/tpch/ [2]: https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page -## Parquet filter pushdown benchmarks +## Parquet benchmarks -This is a set of benchmarks for testing and verifying performance of parquet filter pushdown. The queries are executed on -a synthetic dataset generated during the benchmark execution and designed to simulate web server access logs. +This is a set of benchmarks for testing and verifying performance of parquet filtering and sorting. +The queries are executed on a synthetic dataset generated during the benchmark execution and designed to simulate web server access logs. ```base -cargo run --release --bin parquet_filter_pushdown -- --path ./data --scale-factor 1.0 +cargo run --release --bin parquet -- --path ./data --scale-factor 1.0 Review Comment: yes that's my bad 😅 -- 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]
