Skip to content

Commit

Permalink
use pg17 for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Nov 25, 2024
1 parent b207077 commit 8ba5b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build
id: build
run: sudo su -c "PG_VERSION=15 USE_SOURCE=1 USE_SSL=1 ./ci/scripts/build.sh"
run: sudo su -c "PG_VERSION=17 USE_SOURCE=1 USE_SSL=1 ./ci/scripts/build.sh"
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/run-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
source "$(dirname "$0")/utils.sh"

export WORKDIR=/tmp/lantern
export PG_VERSION=15
export PG_VERSION=17
export GITHUB_OUTPUT=/dev/null
export PGDATA=/etc/postgresql/$PG_VERSION/main

Expand Down

0 comments on commit 8ba5b73

Please sign in to comment.