;make bench: fix on non-mac

This commit is contained in:
Simon Michael 2021-06-16 08:25:52 -10:00
parent 6df8b6d46e
commit f30cea32b9

View File

@ -648,7 +648,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):"
@which -s quickbench && quickbench -w $(BENCHEXES) || echo "quickbench not installed (see bench.sh), skipping"
@which quickbench >/dev/null && quickbench -w $(BENCHEXES) || echo "quickbench not installed (see bench.sh), skipping"
# bench: samplejournals tests/bench.tests tools/simplebench \
# $(call def-help,bench,\