Skip to content

Upload download script

Filip Rysavy requested to merge upload-download-script into master

MERGE REQUEST

Overview

A benchmark script to test basic uploads and downloads to Sia network. The intention behind this script is to have a simple benchmark that can be run on each version to better catch production bugs that tests don't catch. For example v1.4.8 uploads stalling would have been caught by a script like this.

This script is designed to be flexible so that filesize, number of files, number of concurrent threads, etc can be modified as we see fit for the test we want to execute. Additionally we might be able to add information to a file docstring or README about how long we estimate a test with certain parameters should take on a given internet connection.

Issues Closed

Edited by Matthew Sevey

Merge request reports