duckdblabs / db-benchmark

reproducible benchmark of database-like ops
https://duckdblabs.github.io/db-benchmark/
Mozilla Public License 2.0
143 stars 27 forks source link

Add GitHub actions script #20

Closed Tmonster closed 1 year ago

Tmonster commented 1 year ago

Github Actions script to automatically run a mini version of the benchmark (~500mb groupby and ~500mb join) and check for errors.

All solutions are run except juliads, juliads, and clickhouse. I will attempt to add these in a future PR

jangorecki commented 1 year ago

Amazing idea! a possible improvement, possibly for future, is to populate new _control/* files inside CI and just call run.sh rather than calling solutions one by one. Just noticed you do write new control files, then probably what is needed is extra switch in run.sh that additional checks can be skipped.