From 08d0663704adbcd83442b8e6e8f4e029fba11cc0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Jun 2009 10:47:01 +0000 Subject: [PATCH] makefile: rename benchtest to benchmark, it's not a pass/fail test --- HOME | 4 ++-- Makefile | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HOME b/HOME index f009a8667..6f8801a31 100644 --- a/HOME +++ b/HOME @@ -43,7 +43,7 @@ Documentation `User's Guide`_ | News_ | see also `ledger's home page`_ and manual_ -`Developer API docs`_ | `Developer Notes`_ | `Contributor List`_ | latest benchtest_, profile_, heap_, `test coverage`_ reports +`Developer API docs`_ | `Developer Notes`_ | `Contributor List`_ | latest benchmark_, profile_, heap_, `test coverage`_ reports Code repository --------------- @@ -75,7 +75,7 @@ Related projects .. _Contributor List: CONTRIBUTORS.html .. _Developer API docs: http://hledger.org/api-doc .. _Developer Notes: http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=plainblob;f=/NOTES -.. _benchtest: http://joyful.com/repos/hledger/profs/latest.bench +.. _benchmark: http://joyful.com/repos/hledger/profs/latest.bench .. _profile: http://joyful.com/repos/hledger/profs/latest.prof .. _heap: http://joyful.com/repos/hledger/profs/latest.ps .. _test coverage: http://joyful.com/repos/hledger/profs/coverage/hpc_index_fun.html diff --git a/Makefile b/Makefile index 347a9b31f..f0b542669 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ PROFCMD=-f 1000x1000x10.ledger balance # command to run during "make coverage" COVCMD=test -# executables to run during "make benchtest" (prepend ./ if not in $PATH) +# executables to run during "make benchmark" (prepend ./ if not in $PATH) BENCHEXES=hledger-0.5 hledger-0.6 ledger # document viewing commands @@ -106,7 +106,7 @@ haddocktest: # run performance tests and save results in profs/. # Requires some tests defined in bench.tests and some executables defined above. -benchtest: sampleledgers bench.tests tools/bench +benchmark: sampleledgers bench.tests tools/bench tools/bench -fbench.tests $(BENCHEXES) | tee profs/$(TIME).bench @rm -f benchresults.* @(cd profs; rm -f latest.bench; ln -s $(TIME).bench latest.bench) @@ -340,12 +340,12 @@ push: pushprofs pushbinary pull: pullprofs darcs pull -a joyful.com:/repos/hledger -# push any new profiles and benchtest results to the public site +# push any new profiles and benchmark results to the public site # beware, results will vary depending on which machine generated them pushprofs: rsync -azP profs/ joyful.com:/repos/hledger/profs/ -# fetch any new profiles and benchtest results from the public site +# fetch any new profiles and benchmark results from the public site pullprofs: rsync -azP joyful.com:/repos/hledger/profs/ profs/ @@ -356,7 +356,7 @@ pushbinary: rsync -aP $(BINARYFILENAME).gz joyful.com:/repos/hledger/website/binaries/ # show project stats useful for release notes -stats: showlastreleasedate showreleaseauthors showloc showcov showerrors showlocalchanges showreleasechanges benchtest +stats: showlastreleasedate showreleaseauthors showloc showcov showerrors showlocalchanges showreleasechanges benchmark showreleaseauthors: @echo Patch authors since last release: