Skip to content

Commit 7f4dd6b

Browse files
committed
some tests params change
1 parent 8944b3e commit 7f4dd6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
gather_facts: no
3939
tasks:
4040
- name: run transfers
41-
shell: '~/pg_cluster/install/bin/dtmbench {{connections}} -w {{item}} -s {{offset}} -d 100000 -r 1 -n 1000 -a 1000000 | sed "s/^/`hostname`:/"'
41+
shell: '~/pg_cluster/install/bin/dtmbench {{connections}} -w {{item}} -s {{offset}} -d 100000 -r 1 -n 1000 -a 2000000 | sed "s/^/`hostname`:/"'
4242
register: transfers_result
4343
environment:
4444
LD_LIBRARY_PATH: "/home/{{ansible_ssh_user}}/pg_cluster/install/lib"
45-
with_sequence: start=100 end=200 stride=100
45+
with_sequence: start=100 end=200 stride=50
4646

4747
- local_action: shell echo "{{transfers_result.results | map(attribute='stdout') | join('\n')}}" >> perf.results
4848

0 commit comments

Comments
 (0)