pretty print
This commit is contained in:
parent
15d58323a9
commit
7457c6334b
4 changed files with 34 additions and 30 deletions
|
|
@ -21,12 +21,12 @@ main = do
|
|||
I.writeFile "bench.csv" $
|
||||
(decodeUtf8 . encodeDefaultOrderedByName) res
|
||||
|
||||
mapM_ print res
|
||||
mapM_ (Prelude.putStrLn . (<> "\n") . show) res
|
||||
where
|
||||
res =
|
||||
specificationTreeToBenchmarks $
|
||||
group
|
||||
"Benchmark"
|
||||
"Agora"
|
||||
[ group
|
||||
"Effects"
|
||||
[ group "Treasury Withdrawal Effect" TreasuryWithdrawal.specs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue