coiled / benchmarks

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

Limit execution of TPC-H non-Dask benchmarks #1333

Closed hendrikmakait closed 7 months ago

hendrikmakait commented 7 months ago

We thought that the existing logic worked, but it turns out that we were just running Dask-based TPC-H queries once as part of Tests / tests and then running all TPC-H queries as part of the Tests / tests/tpch -m tpch_nondask run and discarding the results of the latter run due to #1332.

hendrikmakait commented 7 months ago

This should probably be merged after #1332