datafusion-comet
datafusion-comet copied to clipboard
perf: Add criterion microbenchmark for TPC-DS join
Which issue does this PR close?
N/A
Rationale for this change
Our current TPS-DS microbenchmarks are not really microbencmarks because they run Spark and invoke Java and Rust code.
This PR adds a microbenchmark for the native execution part for a TPC-DS query, making it easy to profile.