Skip to content

Commit

Permalink
backcompat for 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emilypi committed Jan 5, 2020
1 parent 7314792 commit bf3866b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/Base64Bench.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import qualified Data.Text.Encoding.Base64 as B64T
main :: IO ()
main = defaultMain
$ fmap (benchN random encode_) sizes
<> fmap (benchN (fmap B64.encodeBase64 . random) decode_) sizes
++ fmap (benchN (fmap B64.encodeBase64 . random) decode_) sizes

where
sizes = [25,100,1000,10000,100000]
Expand Down

0 comments on commit bf3866b

Please sign in to comment.