cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Separate cuIO IO benchmarks from column type benchmarks

Open vuule opened this issue 3 years ago • 2 comments

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

vuule avatar May 23 '22 22:05 vuule

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.

github-actions[bot] avatar Jun 22 '22 23:06 github-actions[bot]

Note: any PRs that change benchmarks are encouraged/required to migrate the benchmarks to NVBench.

vuule avatar Aug 02 '22 18:08 vuule