forked from duckdblabs/db-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.conf
More file actions
20 lines (17 loc) · 733 Bytes
/
run.conf
File metadata and controls
20 lines (17 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# task, used in init-setup-iteration.R
export RUN_TASKS="groupby join"
# solution, used in init-setup-iteration.R
export RUN_SOLUTIONS="collapse data.table juliads juliadf dplyr pandas pydatatable spark dask clickhouse polars R-arrow duckdb duckdb-latest datafusion"
# flag to upgrade tools, used in run.sh on init
export DO_UPGRADE=false
# force run, ignore if same version was run already
export FORCE_RUN=true
# not run benchmarks but print what would run and what skipped
export MOCKUP=false
# flag to build reports, used in ruh.sh before publish
export DO_REPORT=true
# flag to publish, used in ruh.sh before exit
export DO_PUBLISH=false
# logging and timing files
export CSV_LOGS_FILE=logs.csv
export CSV_TIME_FILE=time.csv