Safe Haskell | None |
---|---|
Language | Haskell2010 |
Servant.Benchmark.Tools.Drill
Description
Support for the Drill load testing application
Synopsis
- data Settings = MkSettings {
- concurrency :: Word
- base :: Text
- iterations :: Word
- rampup :: Word
- export :: FilePath -> Settings -> [Endpoint] -> IO ()
Documentation
Drill specific settings. See the project's documentation for more details
Constructors
MkSettings | |
Fields
|