duckdblabs / db-benchmark

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

Add mount point as env variable #82

Closed Tmonster closed 3 weeks ago

Tmonster commented 3 weeks ago

The data is copied to instance storage, if any solutions want to use the instance storage for temporary data storage they can do so with the environment variable.

In a test run on GitHub Actions the instance storage is not available, so we set it to just the $HOME directory.