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

Safe HaskellNone

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 :: DribblePluginSource

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

data DribblePlugin Source

A simple singleton type -- a unique signifier.

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