mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: revive "make quickbench"
This commit is contained in:
parent
90c9735b7a
commit
6454659a22
18
Makefile
18
Makefile
@ -58,8 +58,8 @@ PROFRTSFLAGS=-P
|
||||
# COVCMD=test
|
||||
# COVCMD=-f test-wf.csv print
|
||||
|
||||
# # executables to run during "make simplebench"
|
||||
# BENCHEXES=hledger-0.23.3 hledger
|
||||
# executables to run during "make quickbench"
|
||||
BENCHEXES=hledger-0.27 hledger-journalupdate hledger-parsedjournal hledger
|
||||
|
||||
# misc. system tools
|
||||
BROWSE=open
|
||||
@ -677,13 +677,13 @@ cabalfiletest: \
|
||||
# && echo $@ PASSED) || echo $@ FAILED
|
||||
# # && cabal upload dist/$$p-$(VERSION).tar.gz --check -v3 \
|
||||
|
||||
# quickbench: samplejournals tests/bench.tests tools/simplebench \
|
||||
# $(call def-help,quickbench,\
|
||||
# run simple performance benchmarks without saving results\
|
||||
# Requires some commands defined in tests/bench.tests and some BENCHEXES defined above.\
|
||||
# )
|
||||
# tools/simplebench -v -ftests/bench.tests $(BENCHEXES)
|
||||
# @rm -f benchresults.*
|
||||
quickbench: samplejournals bench.tests tools/simplebench \
|
||||
$(call def-help,quickbench,\
|
||||
run simple performance benchmarks without saving results\
|
||||
Requires some commands defined in bench.tests and some BENCHEXES defined above.\
|
||||
)
|
||||
tools/simplebench -v -fbench.tests $(BENCHEXES)
|
||||
@rm -f benchresults.*
|
||||
|
||||
# bench: samplejournals tests/bench.tests tools/simplebench \
|
||||
# $(call def-help,bench,\
|
||||
|
Loading…
Reference in New Issue
Block a user