hsbencher-1.20.0.5: Launch and gather data from Haskell and non-Haskell benchmarks.

Safe HaskellNone
LanguageHaskell2010

HSBencher.Backend.Dribble

Description

A simple backend that dribbles benchmark results (i.e. rows/tuples) into a series of files in an "hsbencher" subdir of the the users ".cabal/" directory.

This is often useful as a failsafe to reinforce other backends that depend on connecting to internet services for upload. Even if the upload fails, you still have a local copy of the data.

Synopsis

Documentation

defaultDribblePlugin :: DribblePlugin Source

A plugin with the basic options (if any) included.

data DribbleConf Source

The configuration consists only of the location of a single file, which is where the results will be fed. If no file is provided, the default location is selected during plugin initialization.

Constructors

DribbleConf 

Fields

csvfile :: Maybe String