tools: make bench: just run hledger in $PATH by default

This commit is contained in:
Simon Michael 2017-12-05 14:32:28 -08:00
parent 95db5062d6
commit 79965c5186

View File

@ -731,7 +731,8 @@ test-stack%yaml:
stack --stack-yaml stack$*yaml clean
stack --stack-yaml stack$*yaml --install-ghc build --test --bench --haddock --no-haddock-deps
BENCHEXES=hledger-1.4,hledger
BENCHEXES=hledger
# or, eg: BENCHEXES=ledger,hledger-1.4,hledger
bench: samplejournals bench.sh $(call def-help,bench, benchmark commands in bench.sh with quickbench and $(BENCHEXES))
quickbench -v -w $(BENCHEXES)