From e13dd554a19d2a98008518a7e94863f020ca6e07 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 6 Jul 2014 10:19:34 -0700 Subject: [PATCH] tools: benchmarking updates --- Makefile | 6 ++---- tests/bench.tests | 12 ++++++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index efc7d704e..d131e706d 100644 --- a/Makefile +++ b/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 diff --git a/tests/bench.tests b/tests/bench.tests index 90116f661..806faa262 100644 --- a/tests/bench.tests +++ b/tests/bench.tests @@ -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