coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

Benchmark plan generation and optimization in `dask-expr` #1325

Closed hendrikmakait closed 7 months ago

hendrikmakait commented 8 months ago

We've recently hit a regression in the optimization runtime in dask-expr (https://github.com/dask-contrib/dask-expr/issues/796). We should build a benchmark for the runtime of plan generation and optimization. The TPC-H queries look like a good subject for that test since they are somewhat complex.