Open colemickens opened 8 years ago
Looks like the throughput calculation is wrong.
The MD5 calculation is usually slow as we can have only one goroutine to read the vhd file. Also we cannot write to MD5 writer ("crypto/md5") from multiple routine.
In case of upload, we use multiple routines for uploading the pages though there is only one routine reading the vhd file.
I have created a VHD that is ~500GB but it's less than 1GB on disk currently.
This is what I'm seeing right now as it's computing the MD5 Checksum...
I'm not really sure what's going on with this. Is the throughput value wrong? Is my math wrong?