pronk-0.1.2: A library and command line app for HTTP load testing

Safe HaskellNone
LanguageHaskell98

Network.HTTP.LoadTest.Report

Contents

Synopsis

Documentation

reportEvents :: Handle -> Vector Summary -> IO ()

reportFull :: (IO () -> IO ()) -> Handle -> Analysis SampleAnalysis -> IO ()

writeReport :: Data a => FilePath -> Handle -> Double -> Analysis a -> IO ()

Other reports

csvEvents :: Vector Summary -> Builder

Helper functions

buildTime :: Int -> Double -> Builder