Skip to content

Commit

Permalink
Update haupt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncner authored Jun 16, 2024
1 parent 9ba7aa2 commit e31be8a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/haupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ defaults:
shell: bash

env:
SKIP_HYRISE: true
SKIP_HYRISE_MASTER: true
SKIP_HYRISE: false
SKIP_HYRISE_MASTER: false
SKIP_MONETDB: false
SKIP_DUCKDB: true
SKIP_DUCKDB: false
SCALE_FACTOR: 1.0
CMAKE_GENERATOR: Ninja

Expand Down Expand Up @@ -246,7 +246,6 @@ jobs:
mkdir -p monetdb_farm
pushd tpch-scripts
./tpch_build.sh -s ${{ env.SCALE_FACTOR }} -f ~/monetdb_farm
ls -lisa ~/monetdb_farm
popd
- name: Benchmark MonetDB (database comparison)
Expand Down

0 comments on commit e31be8a

Please sign in to comment.