stream.on('end', function() {
      var time = Date.now() - start;
      console.log('Bundled JS (' + time + ' ms)');
    });