Fornax96 / sia_benchmark

Benchmarking tool for the Sia decentralized cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a commandline option to do a download benchmark instead of an upload benchmark

Fornax96 opened this issue · comments

The download benchmark should download every file in the renter (with a configured concurrency) and measure the speed, latency and availability of the downloads.

We can use the httpresp property to download the files and then write them to /dev/null while measuring the time it takes to download the whole file.