Skip to content

Commit

Permalink
squash with previous
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Nov 14, 2019
1 parent 2736a8f commit bb8f817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions massiv-bench/bench/Append.hs
Expand Up @@ -19,6 +19,7 @@ main = do
, bgroup
"Monoid"
[ bench "mappend" $ whnf (\a -> A.computeAs P (toLoadArray a <> toLoadArray a)) arr
, bench "appendDL" $ whnfIO (A.computeAs P <$> appendDL (toLoadArray arr) (toLoadArray arr))
, bench "mconcat" $ whnf (\a -> A.computeAs P (mconcat [toLoadArray a, toLoadArray a])) arr
]
, bgroup
Expand Down

0 comments on commit bb8f817

Please sign in to comment.