From 8ba5b737b55ad660ccafb100ab0199d3322f9aed Mon Sep 17 00:00:00 2001 From: Varik Matevosyan Date: Mon, 25 Nov 2024 16:35:24 +0400 Subject: [PATCH] use pg17 for benchmarking --- .github/workflows/benchmark-linux.yaml | 2 +- ci/scripts/run-benchmarks.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-linux.yaml b/.github/workflows/benchmark-linux.yaml index d908cced..b2b44bd7 100644 --- a/.github/workflows/benchmark-linux.yaml +++ b/.github/workflows/benchmark-linux.yaml @@ -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 }} diff --git a/ci/scripts/run-benchmarks.sh b/ci/scripts/run-benchmarks.sh index 896992ab..fbe2395a 100755 --- a/ci/scripts/run-benchmarks.sh +++ b/ci/scripts/run-benchmarks.sh @@ -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