Skip to content

Releases: chrissnell/sparkyfish

v1.2 - More Fasterer

07 Jan 18:28
Compare
Choose a tag to compare

Major speed and CPU improvements with this release. We're no longer generating random data on-the-fly. Instead, a big pile (10MB) of random data is generated in-memory prior to testing and we conduct the throughput tests with this instead. Not having to generate small chunks of random data greatly reduces CPU burden during high-volume testing.

v1.1 - New protocol

07 Jan 00:15
Compare
Choose a tag to compare
  • This release introduces an improved protocol that is not backwards-compatible.
  • The protocol is now versioned, allowing for future backwards-compatibility if needed
  • Support for server-side reporting of server hostname and physical location
  • Code optimizations and quality improvements
  • Preliminary Docker support for sparkyfish-server

Initial Release

04 Jan 07:04
Compare
Choose a tag to compare
v1.0

Improved server logging