mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
# speed tests for tools/bench.hs and "make bench"
|
|
|
|
# the small sample ledger
|
|
-f sample.ledger -s balance
|
|
|
|
# sample.ledger's entries replicated n times
|
|
-f sample1000.ledger -s balance
|
|
#-f sample10000.ledger -s balance
|
|
#-f sample100000.ledger -s balance
|
|
|
|
# the user's ledger, if any
|
|
#-s balance
|