commit:     a54b2f4054ee68b315549356e8e4710d07067705
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 13:13:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 13:15:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54b2f40

eclass/tests/eapi7-ver_benchmark: More readable average

 eclass/tests/eapi7-ver_benchmark.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/tests/eapi7-ver_benchmark.sh 
b/eclass/tests/eapi7-ver_benchmark.sh
index 7e3c830fcb7..1de26444c9b 100755
--- a/eclass/tests/eapi7-ver_benchmark.sh
+++ b/eclass/tests/eapi7-ver_benchmark.sh
@@ -100,7 +100,7 @@ get_times() {
                sum=$(dc -e "${!vr} + + + + 3 k 5 / p")
 
                vr="${v}[@]"
-               printf '%s %4.2f %4.2f %4.2f %4.2f %4.2f %4.2f\n' \
+               printf '%s %4.2f %4.2f %4.2f %4.2f %4.2f => %4.2f avg\n' \
                        "${v}" "${!vr}" "${sum}"
        done
 }

Reply via email to