From 67dbfd903655acdb7837f791a09eefd0e0367fcb Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Wed, 6 Nov 2024 16:51:41 +0300 Subject: [PATCH] #55 show java version --- src/main/bash/assemble-results.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/bash/assemble-results.sh b/src/main/bash/assemble-results.sh index a3515c0..1b54489 100755 --- a/src/main/bash/assemble-results.sh +++ b/src/main/bash/assemble-results.sh @@ -24,7 +24,9 @@ set -e -echo "This is the summary of the tests performed on $(date +'%Y-%m-%d')" +echo "This is the summary of the tests performed" +echo "by $(java --version | head -1 | cut -d ' ' -f1,2)" +echo "on $(date +'%Y-%m-%d')" echo "at $(date +'%H:%M') on $(uname) with $(nproc) CPUs" echo "in [this GHA run][benchmark-gha]" echo "(the numbers are in milliseconds):"