erlang-horse

Erlang library for integrated performance testing
  https://github.com/ninenines/horse
  0
  no reviews



Horse is designed to provide quick feedback on the performance of units of code, for example a function or a group of functions.

Horse works in a manner similar to the `eunit` application: it will export automatically all the performance test functions, run them one after another and give you a convenient report.