tools: revive "make quickbench"

This commit is contained in:
Simon Michael 2016-05-24 19:17:42 -07:00
parent 90c9735b7a
commit 6454659a22

View File

@ -58,8 +58,8 @@ PROFRTSFLAGS=-P
# COVCMD=test # COVCMD=test
# COVCMD=-f test-wf.csv print # COVCMD=-f test-wf.csv print
# # executables to run during "make simplebench" # executables to run during "make quickbench"
# BENCHEXES=hledger-0.23.3 hledger BENCHEXES=hledger-0.27 hledger-journalupdate hledger-parsedjournal hledger
# misc. system tools # misc. system tools
BROWSE=open BROWSE=open
@ -677,13 +677,13 @@ cabalfiletest: \
# && echo $@ PASSED) || echo $@ FAILED # && echo $@ PASSED) || echo $@ FAILED
# # && cabal upload dist/$$p-$(VERSION).tar.gz --check -v3 \ # # && cabal upload dist/$$p-$(VERSION).tar.gz --check -v3 \
# quickbench: samplejournals tests/bench.tests tools/simplebench \ quickbench: samplejournals bench.tests tools/simplebench \
# $(call def-help,quickbench,\ $(call def-help,quickbench,\
# run simple performance benchmarks without saving results\ run simple performance benchmarks without saving results\
# Requires some commands defined in tests/bench.tests and some BENCHEXES defined above.\ Requires some commands defined in bench.tests and some BENCHEXES defined above.\
# ) )
# tools/simplebench -v -ftests/bench.tests $(BENCHEXES) tools/simplebench -v -fbench.tests $(BENCHEXES)
# @rm -f benchresults.* @rm -f benchresults.*
# bench: samplejournals tests/bench.tests tools/simplebench \ # bench: samplejournals tests/bench.tests tools/simplebench \
# $(call def-help,bench,\ # $(call def-help,bench,\