<> show (percentile 75 (VS.fromList lst)) <> " (75%) "
<> show (percentile 90 (VS.fromList lst)) <> " (90%)\n") pv
where
- lst = sort $ map (fromIntegral . length . snd) $ getNodesByBranches pv
\ No newline at end of file
+ lst = sort $ map (fromIntegral . length . snd) $ getNodesByBranches pv