Versions in this module Expand all Collapse all v1 v1.0.5 May 9, 2018 Changes in this version + var DefaultDLSizes = []int + var DefaultULSizes = []int + type Tester struct + AlgoType string + Client *sthttp.Client + DLSizes []int + Debug bool + Quiet bool + Report bool + ULSizes []int + func NewTester(client *sthttp.Client, dlsizes []int, ulsizes []int, quiet bool, report bool) *Tester + func (tester *Tester) Download(server sthttp.Server) float64 + func (tester *Tester) FindServer(id string, serversList []sthttp.Server) sthttp.Server + func (tester *Tester) ListServers(configURL string, serversURL string, blacklist []string) (err error) + func (tester *Tester) Upload(server sthttp.Server) float64