Skip to content

Releases: sassman/ssd-benchmark-rs

Release 1.2.0

08 Jan 22:33
v1.2.0
5752eca
Compare
Choose a tag to compare

Features

  • Update the README and demo files (#39)
  • Customizable block size via --block-size argument (#38)
  • Improvements on precision and directory args (#35)

Release 1.1.10

31 Oct 23:27
v1.1.10
72c4da8
Compare
Choose a tag to compare

Bug Fixes

  • Get rid of some deprecated gh actions (#30)
  • Get rid of some deprecated gh actions (#28)

Miscellaneous Tasks

  • Bump fastrand from 1.9.0 to 2.0.0 (#25)
  • Bump fastrand from 1.8.0 to 1.9.0 (#23)
  • Bump figlet-rs from 0.1.4 to 0.1.5 (#22)

Release 1.1.9

13 Oct 19:52
Compare
Choose a tag to compare

Release 1.1.8

Release 1.1.7

30 Apr 23:24
Compare
Choose a tag to compare

Release 1.1.6

30 Jan 22:39
Compare
Choose a tag to compare

Changed

  • remove rand crate dependency in favor of more lightweight fastrand crate
  • little change of time unit presentation, to be more human readable for slow systems like my Raspi

v1.1.5

17 Jan 00:48
Compare
Choose a tag to compare

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

11 Nov 09:15
Compare
Choose a tag to compare

Little fix release where now the speed measuring is more accurate.
Many Thanks to sourlemon207 for the contribution.