setTimeout(function() {
      var end = Date.now();

      var throughput = bytes / (end - start) / 1024 / 1024;
      running = false;