duckdblabs / db-benchmark

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

Add clickhouse to regression script #69

Closed Tmonster closed 10 months ago

Tmonster commented 10 months ago

Add click house to the regression script as well.

Tmonster commented 10 months ago

I will try not to use TEST_RUN hack in my PR. Will we see that it works without it in my PR?

TEST_RUN is only used for Spark currently. It is used to modify certain settings so that the benchmark can run on a GitHub actions machine. Spark will fail if the memory limit is set to 250GB on a GitHub actions machine. I don't think it modifies anything in the click house script