Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up ORC reader benchmarks with NVBench (#11543)
Issue #10941 This PR rewrites the existing ORC reader benchmarks with nvbench w.r.t. #7960. It improves the `input` test case in which all data types were benchmarked with all compression and IO types. By splitting `input` into `decode` and `io_compression`, it reduces the number of test cases from 112 to 44. The PR also removes the current `row_selection` test suite. Authors: - Yunsong Wang (https://github.com/PointKernel) Approvers: - Nghia Truong (https://github.com/ttnghia) - Vukasin Milovanovic (https://github.com/vuule) URL: #11543
- Loading branch information