Skip to content

Commit 040959f

Browse files
committed
Silly benchmark bug
1 parent 6862fc4 commit 040959f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

benchmark/Main.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ groupByPandas = do
7575

7676
main = do
7777
defaultMain [
78-
bgroup "stats" [
79-
, bench "simpleStatsHaskell" $ nfIO haskell
78+
bgroup "stats" [ bench "simpleStatsHaskell" $ nfIO haskell
8079
, bench "simpleStatsPandas" $ nfIO pandas
8180
, bench "simpleStatsPolars" $ nfIO polars
8281
, bench "groupByHaskell" $ nfIO groupByHaskell

0 commit comments

Comments
 (0)