benchee v0.13.0 Release Notes

Release Date: 2018-04-14 // about 6 years ago
  • Memory Measurements are finally here! Please report problems if you experience them.

    ๐Ÿ”‹ Features (User Facing)

    • Memory measurements obviously ;) Memory measurement are currently limited to process your function will be run in - memory consumption of other processes will not be measured. More information can be found in the README. Only usable on OTP 19+. Special thanks go to @devonestes and @michalmuskala
    • ๐Ÿ†• new pre_check configuration option which allows users to add a dry run of all
      benchmarks with each input before running the actual suite. This should save
      time while actually writing the code for your benchmarks.

    ๐Ÿ›  Bugfixes (User Facing)

    • Standard Deviation is now calculated correctly for being a sample of the population (divided by n - 1 and not just n)