;make test, bench: ignore if quickbench not installed

This commit is contained in:
Simon Michael 2020-12-14 09:57:13 -08:00
parent 9617d0dd81
commit 70f48bf50f

View File

@ -641,7 +641,7 @@ bench: quickbench
quickbench: samplejournals bench.sh $(call def-help,quickbench, benchmark commands in bench.sh with quickbench and $(BENCHEXES))
@echo; echo "run quick performance benchmarks in bench.sh (approximate, can be skewed):"
quickbench -w $(BENCHEXES) # -v
@which -s quickbench && quickbench -w $(BENCHEXES) || echo "quickbench not installed, skipping"
# bench: samplejournals tests/bench.tests tools/simplebench \
# $(call def-help,bench,\