Releases: sassman/ssd-benchmark-rs
Releases · sassman/ssd-benchmark-rs
Release 1.1.10
Release 1.1.9
Release 1.1.8
Release 1.1.7
Release 1.1.6
Changed
- remove
rand
crate dependency in favor of more lightweightfastrand
crate - little change of time unit presentation, to be more human readable for slow systems like my Raspi
v1.1.5
Added
- add ci/cd pipeline to automate PR checks [e486589]
- add some basic tests [8d3ac5f]
- add dependabot to the project to bump dependencies
- add this CHANGELOG to keep track of releases
- add snap configuration and a snapcraft.io listing
Changed
- dependency update of rand to version 0.8.2 [pull/2]
- changed demo gif for a little better readability in a smaller window
v1.1.4 - More Accurate Speed Measuring
Little fix release where now the speed measuring is more accurate.
Many Thanks to sourlemon207 for the contribution.