mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-15 17:48:59 +03:00
cli: update benchmark after commands refactor
This commit is contained in:
parent
3ea93fa799
commit
5fcd4b35ad
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user