Benchee v0.5.0 Benchee.RepeatN

Simple helper module that can easily make a function call repeat n times. Which is significantly faster than Enum.each/list comprehension.

Check out the benchmark in samples/repeat_n.exs

Summary

Functions

Calls the given function n times

Functions

repeat_n(function, count)

Calls the given function n times.