Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module provides support for the wrk benchmarking tool.
Given a Servant API and a list of Endpoint
s, the export
function can produce a requests file containing
a JSON representation of the provided Endpoint
s.
In order to provide wrk the request data, you can use a simple lua script as described in this tutorial.
An adapted version of the original script by Michael Czeraszkiewicz can be found in the project's repository