cli: update benchmark after commands refactor

This commit is contained in:
Simon Michael 2017-09-11 18:55:01 -07:00
parent 3ea93fa799
commit 5fcd4b35ad

View File

@ -9,6 +9,10 @@ import System.Environment (getArgs, withArgs)
import System.TimeIt (timeItT)
import Text.Printf
import Hledger.Cli
import Hledger.Cli.Balance
import Hledger.Cli.Print
import Hledger.Cli.Register
import Hledger.Cli.Stats
-- sample journal file to use for benchmarks
inputfile = "bench/10000x1000x10.journal"