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 49c4db4 commit 7b16251
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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: false
SKIP_HYRISE_MASTER: false
SKIP_HYRISE: true
SKIP_HYRISE_MASTER: true
SKIP_MONETDB: false
SKIP_DUCKDB: false
SKIP_DUCKDB: true
SCALE_FACTOR: 1.0
CMAKE_GENERATOR: Ninja

Expand Down Expand Up @@ -246,6 +246,7 @@ 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 7b16251

Please sign in to comment.