You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add benchmarks to be sure not to cause regressions while working on additional implementations of RecordBatch::ToTensor and Table::ToTensor.
The first step is to create a benchmark file with a basic benchmark for a simple uniform case of RecordBatch to Tensor conversion (all fields same type, no missing values). With follow-up features being added we should also add more cases to this benchmark file.
Component(s)
C++
The text was updated successfully, but these errors were encountered:
### Rationale for this change
We should add benchmarks to be sure not to cause regressions while working on additional implementations of `RecordBatch::ToTensor` and `Table::ToTensor`.
### What changes are included in this PR?
New `cpp/src/arrow/to_tensor_benchmark.cc file`.
* GitHub Issue: #40357
Lead-authored-by: AlenkaF <[email protected]>
Co-authored-by: Alenka Frim <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
Describe the enhancement requested
We should add benchmarks to be sure not to cause regressions while working on additional implementations of
RecordBatch::ToTensor
andTable::ToTensor
.The first step is to create a benchmark file with a basic benchmark for a simple uniform case of
RecordBatch
toTensor
conversion (all fields same type, no missing values). With follow-up features being added we should also add more cases to this benchmark file.Component(s)
C++
The text was updated successfully, but these errors were encountered: