Skip to content

Releases: JerilynFranz/python-simplebench

v0.8.0-alpha.0

03 Dec 13:46
f36f50a

Choose a tag to compare

v0.8.0-alpha.0 Pre-release
Pre-release

What's Changed

  • Implemented auto-calibration of rounds
    • Added timers module for measuring overhead and precision of timers
    • Implemented auto-calibration of number of rounds by default
  • Fixed major bugs in timing measurements
    • Was incorrectly dividing total time for an iteration by number of rounds twice
    • Was incorrectly adjusting for effect of rounds on std deviation calculation
  • Refactored utils module into separate files

Full Changelog: https://github.com/JerilynFranz/python-simplebench/commits/v0.8.0-alpha.0