Skip to content

Releases: ncw/stressdisk

v1.0.13

26 Jun 09:54
@ncw ncw
v1.0.13
Compare
Choose a tag to compare

Changelog

  • d04d760 Add Colin Lord to Contributors
  • 6564fd8 Add go modules support
  • 55dd68c Add goreleaser support
  • b8ac793 Add version string to main and print it in the help
  • 6a06707 Document format of errors and what to do with errors - fixes #12
  • 396c5f0 Overhaul .gitignore
  • c63915b Run gofmt
  • 7fa18ff Stress the importance of command format
  • daaa039 Update goreleaser usage
  • 86a97dd Update instructions for building/installing with Go

v1.0.12

28 Mar 14:46
@ncw ncw
Compare
Choose a tag to compare

Changelog

a2ecf19 Add go modules support
a545fbf Document format of errors and what to do with errors - fixes #12
55dd68c Add goreleaser support
b8ac793 Add version string to main and print it in the help
396c5f0 Overhaul .gitignore


Automated with GoReleaser
Built with go version go1.12 linux/amd64

v1.0.11

11 Oct 14:16
@ncw ncw
Compare
Choose a tag to compare

Changelog

55dd68c Add goreleaser support
b8ac793 Add version string to main and print it in the help
396c5f0 Overhaul .gitignore
489b3ad Minor README fixes
3bbb31a Stop building for openbsd as it doesn't support O_DIRECT
872a647 Strip binaries for release
d9d7dc0 Make README ASCII
d427a32 Code tidy
765361b Add David Meador to Authors
e447a4c Add 'cycle' command to stress test flash / SSD media
4f946c4 Run the stats during the initial write phase also
5f14847 Add -nodirect flag for testing without O_DIRECT
9500133 Improve the statistics for tracking read & write operations.
719f230 Rename darwin to osx (like it was before)
4419c80 Use gox to cross compile the binaries
bda37d5 Fix data race spotted by go race detector
03150eb Rename fatal() to fatalf() to make go vet happy
dc7ca2f Add Tomás Senart as an author
ed281d4 Lockless stats
065e1a4 Simplify stats constructor
e1c4fab Don't use global ref in stats String method
844be10 Factor direct io to github.com/ncw/directio
ce3f0fd go fmt 1.1 style
eddf47b Fix #2 error when running on an empty partition in Windows
cd5de9e Fix OSX build and incorrect treatment of errors from Syscall
a67752c Seed the random number generator so it doesn't test in the same order each time
3182cae Output limited number of errors on a diff controled by -maxerrors #1
13d758d Output cross compiled binary in directory suitable for upload
fb63a5e Add direct IO for windows / mac / linux / freebsd
dd25d1c Compile some more architectures
b4da8a2 Convert to using commands rather than abusing flags (suggested by Yves)
e232e23 Make BlockReader so it can be shut down tidily
53454ea Rework background tasks and initialiseStats according to Yves Junqueira's suggestion
2cb5feb Only print PASSED if actually tested something and use mutex in stats
88a19ae Fix documentation and style points from Yves Junqueira
8b0a2be Cross compile some other architectures
91af3e8 Notes about downloads
4d4ff57 Fix formatting errors
6a7ac1c First public version
6aa9d8c Initial commit


Automated with GoReleaser
Built with go version go1.9 linux/amd64