Skip to content

Commit

Permalink
#55 show java version
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 6, 2024
1 parent be1a41e commit 67dbfd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/bash/assemble-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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):"
Expand Down

0 comments on commit 67dbfd9

Please sign in to comment.