wrecker-0.1.3.3: An HTTP Performance Benchmarker

Safe HaskellNone
LanguageHaskell2010

Wrecker.Statistics

Synopsis

Documentation

data Statistics Source #

These are the

Constructors

Statistics 

Fields

mean :: Statistics -> Double Source #

Extract the mean

variance :: Statistics -> Double Source #

Extract the variance

data AllStats Source #

AllStats has all of the ... stats. This type stores all of the information wrecker uses to display metrics to the user.

Constructors

AllStats 

Fields

Instances

Eq AllStats Source # 
Show AllStats Source # 
ToJSON AllStats Source # 

Methods

toJSON :: AllStats -> Value

toEncoding :: AllStats -> Encoding

toJSONList :: [AllStats] -> Value

toEncodingList :: [AllStats] -> Encoding