Skip to content

Commit

Permalink
Fix faulty benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Jul 15, 2011
1 parent bfa4ecd commit eaeb7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/Benchmarks.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ main = do
, bench "ByteStringString" $ whnf (insertM elemsBS) M.empty
]
, bgroup "delete"
[ bench "String" $ whnf (deleteM elems) M.empty
, bench "ByteString" $ whnf (deleteM elemsBS) M.empty
[ bench "String" $ whnf (deleteM keys) m
, bench "ByteString" $ whnf (deleteM keysBS) mbs
]
]

Expand Down

0 comments on commit eaeb7fb

Please sign in to comment.