Better CLI Inputs, Mem Leak Fix and Much More!
·
12 commits
to master
since this release
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
andavg
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
tonum_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.