increase drive OBD blocksize to 4MB (#9258)

This commit is contained in:
Sidhartha Mani
2020-04-08 06:04:27 -07:00
committed by GitHub
parent 3ea1be3c52
commit 44decbeae0
2 changed files with 7 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ func GetOBDInfo(ctx context.Context, endpoint string) (Latency, Throughput, erro
// }
// }
blockSize := 1 * mb
blockSize := 4 * mb
fileSize := 256 * mb
latencies := make([]float64, fileSize/blockSize)