@hackage inspector-wrecker0.1.0.0
Create benchmarks from the HAR files
Categories
License
BSD-3-Clause
Maintainer
jonathangfischoff@gmail.com
Links
- Homepage
- Documentation
- No source repository
Versions
- 0.1.0.0 Mon, 19 Sep 2016
Installation
Dependencies (13)
- base >=4.7 && <5
- bytestring
- text
- aeson
- case-insensitive
- connection Show all…
Dependents (0)
inspector-wrecker is a library and executable for creating HTTP benchmarks from
a HAR file dump from Chrome's Inspector.
The executable exposes the wrecker options and additionally takes in a path to
a HAR file.
The library exposes a single function, runHar
, which produces a function
wrecker'
s library can use for benchmarks.