Packages

Benchwarmer is an Elixir micro-benchmarking utility that runs a function (or list of functions) repeatedly against a dataset for a period of time, and then reports on the average time each operation took to complete, allowing for easy comparison.

Current section

Files

Jump to
benchwarmer CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.0.2 (8 September 2014)
* Update dependencies for for Elixir 1.0 release.
## 0.0.1 (25 July 2014)
* Initial release available in hex.