Own SQL benchmark suite#8719
Conversation
Merging this PR will not alter performance
|
|
As this is fast we should probably run this on every commit @AdamGS WDYT? |
Polar Signals Profiling ResultsLatest Run
Previous Runs (1)
Powered by Polar Signals Cloud |
🚨🚨🚨❌❌❌ SQL BENCHMARK FAILED ❌❌❌🚨🚨🚨Benchmark |
Testing SQL queries' correctness is done in vortex-sqllogictest, but we also
want to test relative performance of queries not covered in existing benchmarks.
One example is aggregation with filter which should be much more performant
once we use zone maps statistics, but this type of query isn't present is
existing benchmarks.
This PR introduces a new query-per-file dataset and support for running it in CI