pub(crate) fn bytes_to_mb(num_bytes: u64) -> f64
Convert bytes to megabytes.
assert_eq!(bytes_to_mb(1048576), 1.0);