File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
contrib/multimaster/tests Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 - role : postgres
77 pg_port : 15432
88 pg_repo : https://github.com/postgrespro/postgres_cluster.git
9+ pg_version_tag : master
910 pg_destroy_and_init : true
1011 pg_datadir : " /mnt/pgtmpfs/data_{{pg_port}}"
1112 pg_config_role :
4445 - " multimaster.conn_strings = '{{ connections }}'"
4546 - " multimaster.node_id = {{ node_id }}"
4647 - " multimaster.queue_size = 1073741824"
47- - " multimaster.workers = 16 "
48+ - " multimaster.workers = 32 "
4849
4950 - name : restart postgrespro
5051 command : " {{pg_dst}}/bin/pg_ctl restart -w -D {{pg_datadir}} -l {{pg_datadir}}/pg.log"
5758 - role : postgres
5859 pg_port : 15432
5960 pg_repo : https://github.com/postgrespro/postgres_cluster.git
61+ pg_version_tag : master
6062 pg_destroy_and_init : true
6163
6264 tasks :
Original file line number Diff line number Diff line change 4646 - name : run transfers
4747 shell : >
4848 ~/pg_cluster/install/bin/dtmbench {{connections}}
49- -w {{ nconns }} -r 1 -n 2000 -a 500000 |
49+ -w {{ nconns }} -r 1 -n 50000 -a 500000 -p {{ up }} |
5050 tee -a perf.results |
5151 sed "s/^/`hostname`:/"
5252 register : transfers_result
You can’t perform that action at this time.
0 commit comments