wrecker-1.3.1.0: An HTTP Performance Benchmarker

Safe HaskellNone
LanguageHaskell2010

Wrecker.Options

Synopsis

Documentation

data RunType Source #

There are two typical ways to invoke wrecker. RunCount will execute each a script n times on each thread. So a run count of 100 and a concurrency of 10 will run the script a total of 1000 times. Alternatively, wrecker can run for specified number of seconds with RunTimed.

Constructors

RunCount Int 
RunTimed Int 

data DisplayMode Source #

DisplayMode controls how results are displayed in the console. The default is NonInterative which returns the final results at the end of the program. Interactive will show partial results as the program updates.

data Options Source #

Constructors

Options 

Fields

defaultOptions :: Options Source #

defaultOptions provides sensible default for the Options types

runParser :: IO Options Source #

Run the command line parse and return the Options