Skip to content

Commit

Permalink
#19 print date
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 23, 2023
1 parent 45da6b1 commit d92897c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rebuild_benchmark.sh
Expand Up @@ -62,7 +62,9 @@ lapsed=$SECONDS
echo ''
done
echo ''
echo "There were ${cycles} repetition cycles. The entire benchmark took ${SECONDS}s."
echo "The experiment was performed on $(date +%d-%m-%Y)."
echo " There were ${cycles} repetition cycles."
echo " The entire benchmark took ${SECONDS}s."
} > target/benchmark/table.md

perl -e '
Expand Down

0 comments on commit d92897c

Please sign in to comment.