From 79965c5186d5c7aabafa230b5b26b5f6a1a16694 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 5 Dec 2017 14:32:28 -0800 Subject: [PATCH] tools: make bench: just run hledger in $PATH by default --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe9d8dee2..62449d81b 100644 --- a/Makefile +++ b/Makefile @@ -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)