Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Add back HTTP bench
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Mar 12, 2017
1 parent 4d8b70a commit 176204a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ main =
bench "freer.ExcState" $ whnf countDownExc 10000
, bench "mtl.ExceptState" $ whnf countDownExcMTL 10000
, bench "ee.ExcState" $ whnf countDownExcEE 10000
]{-},
],
bgroup "HTTP Simple DSL" [
bench "freer" $ whnf (run . runHttp) prog
, bench "free" $ whnf runFHttp prog'

, bench "freerN" $ whnf (run . runHttp . p) 1000
, bench "freeN" $ whnf (runFHttp . p') 1000
]-}
]
]

0 comments on commit 176204a

Please sign in to comment.