risinglightdb / risinglight

An educational OLAP database system.
Apache License 2.0
1.59k stars 211 forks source link

refactor(test): move sqllogictest and sqlplannertest to single file tests #833

Closed wangrunji0408 closed 6 months ago

wangrunji0408 commented 6 months ago

... so that these tests can be included when running cargo test. Previously they were easily forgotten to run locally.

Additionally, this PR adds a bench for TPC-H: cargo bench --bench tpch