- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for totalPut (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/speedtest.go
sort.Slice(results, func(i, j int) bool { return results[i].Endpoint < results[j].Endpoint }) totalPut := uint64(0) totalGet := uint64(0) for _, result := range results { totalPut += result.Uploads totalGet += result.Downloads } if totalGet < throughputHighestGet { // Following check is for situations // when Writes() scale higher than Reads()
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue May 27 15:19:03 GMT 2025 - 9.2K bytes - Click Count (0)