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 d364f40 commit 812cfb9Copy full SHA for 812cfb9
tests/perf.yml
@@ -43,7 +43,7 @@
43
register: transfers_result
44
environment:
45
LD_LIBRARY_PATH: "/home/{{ansible_ssh_user}}/pg_cluster/install/lib"
46
- with_sequence: start=100 end=200 stride=50
+ with_sequence: start=100 end=400 stride=50
47
48
- local_action: shell echo "{{transfers_result.results | map(attribute='stdout') | join('\n')}}" >> perf.results
49
0 commit comments