File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,6 @@ benchmark memory
244244 build-depends :
245245 base,
246246 deepseq,
247- gauge,
248247 ghc-compact,
249- linear-base
248+ linear-base,
249+ tasty-bench >= 0.3
Original file line number Diff line number Diff line change 11module Compact.Pure (benchmarks ) where
2- import Gauge
2+
3+ import Test.Tasty.Bench
34import Compact.SExpr
45import GHC.Compact (compact , getCompact )
56
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ module Main (main) where
22
33import qualified Compact.Pure as Compact
44
5- import Gauge (defaultMain )
5+ import Test.Tasty.Bench (defaultMain )
66import Compact.SExpr
77
88-- Launch with
9- -- stack bench linear-base:bench:memory --ba '--regress allocated:iters +RTS -T'
9+ -- stack bench linear-base:bench:memory --ba '+RTS -T'
1010
1111main :: IO ()
1212main = do
You can’t perform that action at this time.
0 commit comments