[FEA] Migrate left join and conditional join benchmarks to use nvbench #15699
Labels
feature request
New feature or request
good first issue
Good for newcomers
libcudf
Affects libcudf (C++/CUDA) code.
Is your feature request related to a problem? Please describe.
The current left join and conditional join benchmarks are still using gbench. We should migrate them to use nvbench for simplicity and consistency.
Describe the solution you'd like
TODO:
JOIN_KEY_TYPE_RANGE
,JOIN_NULLABLE_RANGE
andJOIN_SIZE_RANGE
to reduce the number of test cases and simplify the implementationThe text was updated successfully, but these errors were encountered: