@hackage lol-benches0.0.0.5
A library for benchmarking <https://hackage.haskell.org/package/lol lol>.
Categories
License
GPL-2.0-only
Maintainer
Eric Crockett <ecrockett0@gmail.com>
Links
Versions
Installation
Dependencies (11)
- DRBG <0.6
- MonadRandom <0.6
- ansi-terminal <0.7
- base >=4.9 && <5
- containers <0.6
- criterion <1.2 Show all…
Dependents (4)
@hackage/acme-everything, @hackage/lol-apps, @hackage/lol-cpp, @hackage/lol-repa
This library contains modules which benchmark different layers of Lol. Choose which layers you want to benchmark, and call the appropriate funtion with a proxy for the relevant parameters.
Primarily, this can be used to benchmark third-party 'Tensor' instances, but it also includes some useful tools for writing crypto application benchmarks.
Unless you are writing your own benchmarks, you shouldn't explicitly need this package.