Go to file
Norwin Roosen 194d1e1aed add benchmark to readme 2019-01-10 23:01:12 +01:00
benchmarks add benchmark to readme 2019-01-10 23:01:12 +01:00
.gitignore updated gitignore 2019-01-06 22:11:36 +01:00
LICENSE Initial commit 2019-01-06 21:54:30 +01:00
README.md add benchmark to readme 2019-01-10 23:01:12 +01:00
main.go Initial upload 2019-01-06 22:00:43 +01:00
writer.go Initial upload 2019-01-06 22:00:43 +01:00

README.md

🌊🌊🌊 Hochwasser 🌊🤽🌊

Highly efficient client for Pixelflut: Faster than sturmflut!

Can currently only send a single picture though.

benchmark

The following benchmark was run on a max-spec X280 against version d4c574b.

I could not figure out what the performance bottleneck is, but it is not CPU limited.

To reproduce, run the following commands in separate shells:

iperf -s -p 1337
go run main.go -image benchmark/test.png -connection 10

screenshot: 55 Gbps of hochwasser

55 Gbps on average! 🌊🌊🌊

sturmflut (./sturmflut 127.0.0.1:1337 benchmark/test.png -t 10, version 8ec6ee9) managed to get 48 Gpbs throughput on this system.

Hint: Benchmarking throughput against the [pixelnuke][pixelflut_gh] is pointless, as performance is then CPU-limited to ~1 Gbps by the server. Using iperf removes the server limitation.