datafusion-comet icon indicating copy to clipboard operation
datafusion-comet copied to clipboard

perf: Add criterion microbenchmark for TPC-DS join

Open andygrove opened this issue 6 months ago • 0 comments

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.

What changes are included in this PR?

How are these changes tested?

andygrove avatar Aug 14 '24 17:08 andygrove