Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for throughputHighestResults (0.23 sec)

  1. cmd/speedtest.go

    			var totalDownloadTTFB madmin.TimeDurations
    			for i := 0; i < len(throughputHighestResults); i++ {
    				errStr := ""
    				if throughputHighestResults[i].Error != "" {
    					errStr = throughputHighestResults[i].Error
    				}
    
    				// if the default concurrency yields zero results, throw an error.
    				if throughputHighestResults[i].Downloads == 0 && opts.concurrencyStart == concurrency {
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sun Jan 28 18:04:17 GMT 2024
    - 9K bytes
    - Viewed (0)
Back to top