Skip to content

Commit

Permalink
Rename benchmark group to decode
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthad authored and phadej committed May 26, 2016
1 parent c25614f commit 470308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/AesonMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ benchDecodeMap name val =
main :: IO ()
main = do
defaultMain
[ bgroup "encode"
[ bgroup "decode"
[ bgroup "HashMap"
[ benchDecodeHM "10" encodedValue10
, benchDecodeHM "100" encodedValue100
Expand Down

0 comments on commit 470308a

Please sign in to comment.