Skip to content

Commit 8944b3e

Browse files
committed
prepend hostname to results
1 parent a6e5d31 commit 8944b3e

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
@@ -38,7 +38,7 @@
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"
41+
shell: '~/pg_cluster/install/bin/dtmbench {{connections}} -w {{item}} -s {{offset}} -d 100000 -r 1 -n 1000 -a 1000000 | sed "s/^/`hostname`:/"'
4242
register: transfers_result
4343
environment:
4444
LD_LIBRARY_PATH: "/home/{{ansible_ssh_user}}/pg_cluster/install/lib"

0 commit comments

Comments
 (0)