Makefile: Enable benchmarking against master

Adding a benchmark against master helps us catch performance
regressions on the PR that introduces them, instead of at release
time, or only in a later PRs.
This commit is contained in:
Lili Cosic 2019-06-11 14:16:55 +02:00
parent 2626cb541c
commit 0552f3754c
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ shellcheck:
# Runs benchmark tests on the current git ref and the last release and compares
# the two.
test-benchmark-compare: $(BENCHCMP_BINARY)
./tests/compare_benchmarks.sh master
./tests/compare_benchmarks.sh ${LATEST_RELEASE_BRANCH}
TEMP_DIR := $(shell mktemp -d)