We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6862fc4 commit 040959fCopy full SHA for 040959f
1 file changed
benchmark/Main.hs
@@ -75,8 +75,7 @@ groupByPandas = do
75
76
main = do
77
defaultMain [
78
- bgroup "stats" [
79
- , bench "simpleStatsHaskell" $ nfIO haskell
+ bgroup "stats" [ bench "simpleStatsHaskell" $ nfIO haskell
80
, bench "simpleStatsPandas" $ nfIO pandas
81
, bench "simpleStatsPolars" $ nfIO polars
82
, bench "groupByHaskell" $ nfIO groupByHaskell
0 commit comments