aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.benchmark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.benchmark.sh b/.benchmark.sh
index f8828915b..2910dddc4 100644
--- a/.benchmark.sh
+++ b/.benchmark.sh
@@ -5,7 +5,7 @@ set -e +o pipefail
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 " 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 "```" };
/^Bench/ { print $0 };
END{ print "```" }' .benchmark.log >> .benchmark.body