We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aec4e9 commit b7e950aCopy full SHA for b7e950a
1 file changed
shake-bench/src/Development/Benchmark/Rules.hs
@@ -423,7 +423,6 @@ showItemDiffResult (Time _, Just y) = showPercentageDiff y
423
showPercentageDiff :: Double -> String
424
showPercentageDiff ratio
425
| not (isFinite percent) = "NA"
426
- | abs percent < 0.005 = ""
427
| otherwise = printf "%.2f" percent <> "%"
428
where
429
percent = ratio * 100 - 100
0 commit comments