Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Created August 15, 2016 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolanlawson/4f79258dc05bbd2c14b85cf2196c6ef0 to your computer and use it in GitHub Desktop.
Save nolanlawson/4f79258dc05bbd2c14b85cf2196c6ef0 to your computer and use it in GitHub Desktop.
Chrome 52, Windows 10 RS1, Surface Book i7
100 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 104.4 5.54 109.94
browserify-collapsed 104.63 8.88 113.51
webpack 103.85 4.59 108.44
rollup 102.6 0.66 103.26
closure 104.24 0.48 104.72
1000 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 123.65 24.63 148.28
browserify-collapsed 127.57 18.07 145.63
webpack 118.22 20.09 138.32
rollup 103.85 7.13 110.98
closure 109.85 7.54 117.39
5000 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 183.45 103.59 287.04
browserify-collapsed 171.88 94.64 266.52
webpack 156.42 64.65 221.08
rollup 109.54 13.22 122.77
closure 114.14 18.21 132.35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment