Releases: chrissnell/sparkyfish
Releases · chrissnell/sparkyfish
v1.2 - More Fasterer
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
- 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
v1.0 Improved server logging