Skip to content

Commit

Permalink
Subsection; so is more indented
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Feb 12, 2025
1 parent bec7eec commit c51063c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydra-cluster/bench/Bench/Summary.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ textReport (Summary{totalTxs, numberOfTxs, averageConfirmationTime, quantiles, n
else []
)
++ ["Invalid txs: " <> show numberOfInvalidTxs]
++ if null systemStats then [] else "\n## Memory data \n" : [unlines systemStats]
++ if null systemStats then [] else "\n### Memory data \n" : [unlines systemStats]

markdownReport :: UTCTime -> [(Summary, SystemStats)] -> [Text]
markdownReport now summaries =
Expand Down Expand Up @@ -125,7 +125,7 @@ markdownReport now summaries =
++ [ "| _Number of Invalid txs_ | " <> show numberOfInvalidTxs <> " |"
]
++ [" "]
++ if null systemStats then [] else "\n## Memory data \n" : [unlines systemStats]
++ if null systemStats then [] else "\n### Memory data \n" : [unlines systemStats]

nominalDiffTimeToMilliseconds :: NominalDiffTime -> Nano
nominalDiffTimeToMilliseconds = fromRational . (* 1000) . toRational . nominalDiffTimeToSeconds

0 comments on commit c51063c

Please sign in to comment.