Separate cuIO IO benchmarks from column type benchmarks
Currently cuIO benchmarks cover a cartesian product of IO options and column types, which leads to a large number of cases and long execution time. We can separate the IO options from the column type to decrease the total number of cases.
- [ ] CSV reader #11678
- [x] ORC reader #11543
- [x] ORC writer #11598
- [x] Parquet reader #11611
- [ ] Parquet writer #11623
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
Note: any PRs that change benchmarks are encouraged/required to migrate the benchmarks to NVBench.