Skip to content

Commit 812cfb9

Browse files
committed
bigger range of connections
1 parent d364f40 commit 812cfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
register: transfers_result
4444
environment:
4545
LD_LIBRARY_PATH: "/home/{{ansible_ssh_user}}/pg_cluster/install/lib"
46-
with_sequence: start=100 end=200 stride=50
46+
with_sequence: start=100 end=400 stride=50
4747

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

0 commit comments

Comments
 (0)