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/726fa47e0723b45e4ee9ecf0cf2fcddb to your computer and use it in GitHub Desktop.
Save nolanlawson/726fa47e0723b45e4ee9ecf0cf2fcddb to your computer and use it in GitHub Desktop.
Edge 14, Windows 10 RS1, Surface Book i7
100 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 105.24 9.5 114.74
browserify-collapsed 103.57 11.43 115
webpack 110.31 0.53 110.84
rollup 102.98 0.06 103.05
closure 105.4 0.07 105.46
1000 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 142.33 31.92 174.25
browserify-collapsed 118.67 34.35 153.02
webpack 113.26 34.77 148.03
rollup 104.93 2.77 107.7
closure 104.42 3.41 107.84
5000 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 212.31 155.12 367.43
browserify-collapsed 230.4 149.72 380.13
webpack 151.16 138 289.15
rollup 106.26 10.8 117.07
closure 106.89 10.66 117.54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment