Fixing benchmark code block (#2141)

This commit is contained in:
Brad Beam
2018-09-27 10:41:02 -05:00
committed by Miek Gieben
parent f9526742af
commit 1c95ede2ac

View File

@@ -5,7 +5,7 @@ set -e +o pipefail
if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then
echo -e "NOTE: The CPU benchmarks are performed on Travis VMs and vary widly between runs," > .benchmark.body echo -e "NOTE: The CPU benchmarks are performed on Travis VMs and vary widly between runs," > .benchmark.body
echo -e " you can't trust them. The memory benchmarks are OK\n\n" >> .benchmark.body echo -e " you can't trust them. The memory benchmarks are OK\n\n" >> .benchmark.body
awk '/^benchmark old/ { printf "%s\n%s\n", "```", $0 }; awk '/^benchmark.*old/ { printf "%s\n%s\n", "```", $0 };
/^$/ { print "```" }; /^$/ { print "```" };
/^Bench/ { print $0 }; /^Bench/ { print $0 };
END{ print "```" }' .benchmark.log >> .benchmark.body END{ print "```" }' .benchmark.log >> .benchmark.body