From d3d0f78f099328124aa4a0bcf764eb7104b3ff6e Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Mon, 25 Aug 2025 17:53:10 +0200 Subject: [PATCH] also run ingest benchmark for pg 18 --- .github/workflows/ingest_benchmark.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ingest_benchmark.yml b/.github/workflows/ingest_benchmark.yml index a8d2d69807..a442826b50 100644 --- a/.github/workflows/ingest_benchmark.yml +++ b/.github/workflows/ingest_benchmark.yml @@ -49,6 +49,10 @@ jobs: stripe_size: null # run with neon defaults which will shard split only when reaching the threshold disable_sharding: false postgres_version: 17 + - target_project: new_empty_project + stripe_size: null # run with neon defaults which will shard split only when reaching the threshold + disable_sharding: false + postgres_version: 18 - target_project: large_existing_project stripe_size: null # cannot re-shared or choose different stripe size for existing, already sharded project disable_sharding: false