Use gauge in place of criterion

This commit is contained in:
Harendra Kumar 2018-03-28 01:48:04 +05:30
parent 3838eb4022
commit 458f81849f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ module Main where
import Control.Applicative (Alternative(..))
import Control.Exception (assert)
import Control.Monad (guard)
import Criterion.Main (defaultMain, bgroup, bench, nfIO)
import Gauge.Main (defaultMain, bgroup, bench, nfIO)
import Data.Function ((&))
import qualified Streamly as A

View File

@ -176,7 +176,7 @@ benchmark bench
streamly
, atomic-primops >= 0.8 && < 0.9
, base >= 4.8 && < 5
, criterion >= 1 && < 2
, gauge >= 0.2.1 && < 0.3
, mtl >= 2.2 && < 3
if impl(ghc < 8.0)