Cabal-1.14.0: A framework for packaging Haskell softwareContentsIndex
Distribution.Simple.Bench
Portabilityportable
Maintainercabal-devel@haskell.org
Description
This is the entry point into running the benchmarks in a built package. It performs the "./setup bench" action. It runs benchmarks designated in the package description.
Synopsis
bench :: Args -> PackageDescription -> LocalBuildInfo -> BenchmarkFlags -> IO ()
Documentation
bench
:: Argspositional command-line arguments
-> PackageDescriptioninformation from the .cabal file
-> LocalBuildInfoinformation from the configure step
-> BenchmarkFlagsflags sent to benchmark
-> IO ()
Perform the "./setup bench" action.
Produced by Haddock version 2.6.1