Skip to content
Snippets Groups Projects
Commit d9f4ad51 authored by Bodigrim's avatar Bodigrim Committed by Mikolaj
Browse files

Switch from criterion to tasty-bench

Makes builds faster by eliminating 10 transitive dependencies:

* base-compat-batteries
* binary-orphans
* cassava
* code-page
* criterion
* criterion-measurement
* Glob
* js-chart
* microstache
* Only
parent d89087b7
Branches tasty-bench
No related tags found
No related merge requests found
{-# OPTIONS_GHC -fno-warn-deprecations #-}
module Main where
import Criterion.Main (bench, bgroup, defaultMain, env, nf, whnf)
import Test.Tasty.Bench (bench, bgroup, defaultMain, env, nf, whnf)
import Distribution.PackageDescription.Parsec (parseGenericPackageDescriptionMaybe)
import Distribution.Parsec (eitherParsec)
import Distribution.Version
......
......@@ -31,4 +31,4 @@ test-suite cabal-benchmarks
base
, bytestring
, Cabal-syntax
, criterion >=1.5.6.2 && <1.7
, tasty-bench >= 0.3.5 && < 0.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment