Skip to content

Commit 185db1b

Browse files
committed
AUtomated pgbench with release-13.0 branch
1 parent 81a7d9c commit 185db1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fabfile/pgbench_confs/pgbench_default.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[DEFAULT]
2-
postgres_citus_versions: [('15.1', 'main')]
2+
postgres_citus_versions: [('17.1', 'release-13.0')]
33
shard_counts_replication_factors: [(32, 1)]
44

55
; Citus flags can be added below as well. E.g. citus.shard_replication_factor = 2

fabfile/pgbench_confs/pgbench_default_without_transaction.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[DEFAULT]
2-
postgres_citus_versions: [('15.1', 'main')]
2+
postgres_citus_versions: [('17.1', 'release-13.0')]
33
shard_counts_replication_factors: [(32, 1)]
44

55
; Citus flags can be added below as well. E.g. citus.shard_replication_factor = 2

0 commit comments

Comments
 (0)