We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8a95b commit 80ebd0aCopy full SHA for 80ebd0a
1 file changed
benchmark/Main.hs
@@ -21,8 +21,8 @@ stats n = do
21
print $ D.filter "0" (>= (19.9 :: Double)) df D.|> D.take 10
22
23
main = defaultMain [
24
- bgroup "stats" [ bench "300_000" $ toBenchmarkable (stats 100_000)
25
- , bench "3_000_000" $ nfIO (stats 1_000_000)
+ bgroup "stats" [ bench "300_000" $ nfIO (stats 100_000)
+ , bench "3_000_000" $ nfIO (stats 1_000_000)
26
, bench "300_000_000" $ nfIO (stats 300_000_000)
27
]
28
0 commit comments