hw-json-1.3.3.1: bench/Main.hs
{-# LANGUAGE ScopedTypeVariables #-}
module Main where
import Criterion.Main
main :: IO ()
main = do
benchmarks <- mconcat <$> sequence mempty
defaultMain benchmarks
{-# LANGUAGE ScopedTypeVariables #-}
module Main where
import Criterion.Main
main :: IO ()
main = do
benchmarks <- mconcat <$> sequence mempty
defaultMain benchmarks