fix old paths in bench tests

This commit is contained in:
Simon Michael 2009-05-15 11:48:32 +00:00
parent e2d14aebb7
commit 7ad7fdfb5c
2 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@ buildprof prof: sampleledgers
# run performance benchmarks and save results in profs
# executables to test, prepend ./ to these if not in $PATH
# requires tabular from hackage
BENCHEXES=hledger-0.3 hledger-0.4 ledger
BENCHEXES=hledger-0.4 hledger-0.5 ledger
bench: buildbench sampleledgers
./bench $(BENCHEXES) --verbose | tee profs/`date +%Y%m%d%H%M%S`.bench

View File

@ -3,10 +3,10 @@
# the small sample ledger
-f sample.ledger balance
# sample.ledger's entries replicated n times
-f sample1000.ledger balance
#-f sample10000.ledger balance
#-f sample100000.ledger balance
# sample.ledger included n times
-f 1000.ledger balance
-f 10000.ledger balance
#-f 100000.ledger balance
# the user's ledger, if any
#balance