Skip to content

Better CLI Inputs, Mem Leak Fix and Much More!

Compare
Choose a tag to compare
@harshkhandeparkar harshkhandeparkar released this 18 Mar 13:31
· 12 commits to master since this release
ead5056

Added

  • CLI options prompt: Benchmark v3 CLI prompts the user to enter the options as an alternative to passing the options as a JSON argument.
  • Mean Error: Percentage Deviation of the results(run time, build time) from the average value is returned along with the min, max and avg here

Changed

  • The CLI output has been reformatted.
  • Standardized Options: Most of the options have been renamed such that only lowercase letters are used and words are separated by _. e.g.: fullOptions -> full_options. New Options
  • Renamed the option num_benchmarks to num_iterations to avoid confusion with multiple benchmarks
  • Best and Worst performer stats are no longer calculated for build_time.
  • Scoring: A new, non-linear scoring system has been implemented. Read More

Fixed

  • Memory leak caused due to functions being built multiple times.
  • Other small bugs and typos.