Skip to content

v0.3.0

Compare
Choose a tag to compare
@SwiftyPop SwiftyPop released this 27 Jan 16:59
· 9 commits to main since this release
c82997b

🦀Another Major Code Rewrite

What's new

  • Implemented automatic detection of optimal timer resolution based on system-specific benchmark results.

  • More user-friendly info at the startup

    • Displays current working directory, shows administrative privileges status, & report dependency checks.
    • Reports current HPET (High Precision Event Timer) status.
    • Users now able to directly input benchmark parameters in the program.
      • 'appsettings.json'(now acts as default value) can still be manually changed.
  • Display real-time progress bar visualization and estimated completion time.
    image

  • [Code refactor] Rewrite the code to be more idiomatic, better error handling, & reduce memory allocation.