criterion-plus

Enhancement of the "criterion" benchmarking library

https://github.com/nikita-volkov/criterion-plus

Latest on Hackage:0.1.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed and maintained by Nikita Volkov

A dome library over "criterion", which enhances it with the following features:

  • Support for partial measuring, e.g., exclusion of the setup/teardown phases.

  • Generation of multiple unrelated comparison reports.

  • A flexible monadic API, which allows you to benchmark monad transformers and control which parts you actually want measured.