Skip to content

Releases: JacoMalan1/strain

Version 0.1.2

27 Jul 21:50
453283e
Compare
Choose a tag to compare

Changelog

Update dependencies in Cargo.lock

Version 0.1.1

14 Jul 19:04
677dbf5
Compare
Choose a tag to compare

Changelog

Full Changelog: 0.1.0...0.1.1

Version 0.1.0

21 May 21:20
5c66230
Compare
Choose a tag to compare

Changelog

  • Added the ability to pick a modulus for the RSA stress-testing strategy.

Version 0.0.6

13 May 13:39
8222234
Compare
Choose a tag to compare
Version 0.0.6 Pre-release
Pre-release

Changelog

  • Added command-line options for piping log to a file.

Version 0.0.5

09 May 12:10
ed484c4
Compare
Choose a tag to compare
Version 0.0.5 Pre-release
Pre-release

Changelog

  • Added RSA stress-testing strategy. This strategy attempts to factor RSA-1536 using Fermat factorization. (This is not a good strategy for factoring RSA-1536, but it will certainly stress the processor).

Version 0.0.4

08 May 12:48
56add02
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release

Changelog

  • Changed the project license to GPLv3.

Version 0.0.3

07 May 21:55
f624ec0
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release

Changelog

  • Added Mandelbrot testing strategy which calculates the members of the Mandelbrot set.
  • Added command-line option for specifying number of worker threads.

Version 0.0.2

07 May 14:58
67e751a
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release

Changelog

  • Added basic command line arguments.

Version 0.0.1

07 May 11:11
88f921b
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release
Added license for cargo-publish