File: Benchmark.hs

package info (click to toggle)
haskell-snap-server 1.1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 532 kB
  • sloc: haskell: 5,445; ansic: 4; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
module Main where

import           Criterion.Main
import qualified Snap.Internal.Http.Parser.Benchmark as PB

main :: IO ()
main = defaultMain [ PB.benchmarks ]