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:
parent
2626cb541c
commit
0552f3754c
1
Makefile
1
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue