File: Benchmark.hs

package info (click to toggle)
haskell-snap-server 0.9.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 428 kB
  • sloc: haskell: 4,300; sh: 46; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (7)
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 ]