mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 11:52:43 +03:00
tools: benchmarking updates
This commit is contained in:
parent
b6ad593c8a
commit
e13dd554a1
6
Makefile
6
Makefile
@ -13,10 +13,8 @@ PROFRTSFLAGS=-P
|
||||
COVCMD=test
|
||||
COVCMD=-f test-wf.csv print
|
||||
|
||||
# executables to run during "make simplebench". They should be on the path
|
||||
# or in the current directory. hledger executables for benchmarking should
|
||||
# generally be the standard optimised cabal build, constrained to parsec 2.
|
||||
BENCHEXES=hledger-0.18 hledger-0.19 hledger-0.20 ledger-3.0-20130215
|
||||
# executables to run during "make simplebench"
|
||||
BENCHEXES=hledger-0.19.3 hledger-0.22.2 hledger-0.23.2 hledger-0.23.98 ledger-20140507
|
||||
|
||||
# misc. tools
|
||||
BROWSE=open -a Firefox
|
||||
|
@ -3,15 +3,15 @@
|
||||
|
||||
-f data/100x100x10.journal balance
|
||||
-f data/1000x1000x10.journal balance
|
||||
#-f data/1000x10000x10.journal balance
|
||||
-f data/10000x1000x10.journal balance
|
||||
-f data/10000x1000x10.journal balance aa
|
||||
-f data/1000x10000x10.journal balance
|
||||
#-f data/10000x1000x10.journal balance
|
||||
#-f data/10000x1000x10.journal balance aa
|
||||
#-f data/10000x10000x10.journal balance
|
||||
#-f data/100000x1000x10.journal balance
|
||||
|
||||
-f data/100x100x10.journal register
|
||||
-f data/1000x1000x10.journal register
|
||||
#-f data/1000x10000x10.journal register
|
||||
-f data/1000x10000x10.journal register
|
||||
#-f data/10000x1000x10.journal register
|
||||
#-f data/10000x10000x10.journal register
|
||||
#-f data/10000x1000x10.journal register aa
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
-f data/100x100x10.journal print
|
||||
-f data/1000x1000x10.journal print
|
||||
#-f data/1000x10000x10.journal print
|
||||
-f data/10000x1000x10.journal print
|
||||
-f data/1000x10000x10.journal print
|
||||
#-f data/10000x1000x10.journal print
|
||||
#-f data/10000x10000x10.journal print
|
||||
#-f data/10000x1000x10.journal print aa
|
||||
#-f data/100000x1000x10.journal print
|
||||
|
Loading…
Reference in New Issue
Block a user