servant-benchmark-0.1.1.1: Generate benchmark files from a Servant API
Safe HaskellSafe-Inferred
LanguageHaskell2010

Servant.Benchmark.Tools.Siege

Description

Support for the Siege http load testing and benchmarking utility.

Synopsis

Documentation

export :: FilePath -> Settings -> [Endpoint] -> IO () Source #

Export a URL files path. Note that since Siege-@.06 and later, only the POST and GET directives are supported. All other methods will not produce a url in the URLs file.

newtype Settings Source #

Siege settings.

Constructors

MkSettings 

Fields