cmu-db / benchbase

Multi-DBMS SQL Benchmarking Framework via JDBC
https://db.cs.cmu.edu/projects/benchbase/
Other
471 stars 185 forks source link

Enable use of pg_stat_statement extension in local docker-compose and CI pipeline #510

Closed bpkroth closed 6 months ago

bpkroth commented 6 months ago

For testing support in #300

Note, do to lack of support for adjusting CMD args in service container launching (https://github.com/actions/runner/issues/2139), we basically have to manage starting the container via docker compose ourselves.

Luckily there are scripts for that already, and this way the CI environment should match the local dev experience as well.