Skip to content

Releases: mebeim/minibench

Minibench v1.2.3

24 Apr 17:59
b339857
Compare
Choose a tag to compare

Changes:

  • Optimized exec speed by resolving the benchmarked program location only once at startup (based on $PATH) instead of once per exec
  • Simplified SIGINT handling logic using waitid instead of waitpid

Minibench v1.2.2

29 Aug 02:25
142f5b5
Compare
Choose a tag to compare

Changes:

  • More human-readable output breaking long durations into hours, minutes and seconds
  • Fixed non-working force mute (-Q option), broken since v1.2 due to a silly typo in the source code