Skip to content

Releases: nunofachada/perfandpubtools

v2.0.1

10 Sep 16:32
Compare
Choose a tag to compare
  • There's no error if no benchmark files are found - a warning is thrown and analysis for the empty implementation spec is not performed
  • Small documentation improvements

v2.0.0

11 Aug 19:05
Compare
Choose a tag to compare

New features

  • Add pairwise speedups, including plots and tables
  • Add option to remove slowest and fastest observations

Fixes

  • Fix tests for MATLAB >= 2016
  • Improve Octave compatibility

Other changes

  • Add startup script for initializing toolbox
  • Time parsing function is defined in global variable
  • Update documentation and tests according to new features and changes
  • Move user manual to separate page
  • Functions set image IDs to NaN when plots not requested

v1.1.0

21 Apr 16:18
Compare
Choose a tag to compare

New features

  • Optional error bars in scalability plots generated by the perfstats function, showing the standard deviation of execution times.
  • Optional error bars in bar plots generated by the speedup function, showing maximum and minimum speedups.
  • The speedup function also returns maximum and minimum speedups, besides the average speedup.

Other

  • Sample data included with package.
  • Added unit tests.
  • Improved documentation.

v1.0.0

19 Jan 15:35
Compare
Choose a tag to compare

Stable and fully documented version, all examples working in both MATLAB and Octave.