We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8944b3e commit 7f4dd6bCopy full SHA for 7f4dd6b
tests/perf.yml
@@ -38,11 +38,11 @@
38
gather_facts: no
39
tasks:
40
- 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`:/"'
+ shell: '~/pg_cluster/install/bin/dtmbench {{connections}} -w {{item}} -s {{offset}} -d 100000 -r 1 -n 1000 -a 2000000 | sed "s/^/`hostname`:/"'
42
register: transfers_result
43
environment:
44
LD_LIBRARY_PATH: "/home/{{ansible_ssh_user}}/pg_cluster/install/lib"
45
- with_sequence: start=100 end=200 stride=100
+ with_sequence: start=100 end=200 stride=50
46
47
- local_action: shell echo "{{transfers_result.results | map(attribute='stdout') | join('\n')}}" >> perf.results
48
0 commit comments