Skip to content

Commit

Permalink
;imp: perf: Ledger-friendly bench-ledger.sh, for comparative benchmar…
Browse files Browse the repository at this point in the history
…king
  • Loading branch information
simonmichael committed Nov 21, 2021
1 parent c709a22 commit 91bfbbb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bench-ledger.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This is another set of quickbench benchmarks, as in bench.sh.
# These are used to compare Ledger and hledger, so they should all
# be commands that Ledger can run.
# Example: quickbench -f bench-ledger.sh -w ledger,hledger-1.23

hledger -f examples/10000x1000x10.journal print
hledger -f examples/10000x1000x10.journal register
hledger -f examples/10000x1000x10.journal balance
hledger -f examples/100000x1000x10.journal balance
hledger -f examples/100000x1000x10.journal balance ff

0 comments on commit 91bfbbb

Please sign in to comment.