Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Created August 15, 2016 06:12
Show Gist options
  • Save nolanlawson/7eed17e6ffa18752bf99a9d4bff2941f to your computer and use it in GitHub Desktop.
Save nolanlawson/7eed17e6ffa18752bf99a9d4bff2941f to your computer and use it in GitHub Desktop.
Firefox 48, Windows 10 RS1, Surface Book i7
100 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 103.92 3.24 107.17
browserify-collapsed 99.56 4.78 104.35
webpack 103.97 3.59 107.56
rollup 99.58 1.28 100.86
closure 101.33 1.17 102.5
1000 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 128.05 15.22 143.26
browserify-collapsed 127.41 15.15 142.57
webpack 112.97 11.68 124.65
rollup 103.19 2.72 105.91
closure 103.99 3.51 107.5
5000 modules
Bundler Load time (ms) Run time (ms) Total time (ms)
browserify 179.6 70.5 250.1
browserify-collapsed 242.11 49.08 291.19
webpack 118.18 37.66 155.84
rollup 99.52 4.87 104.39
closure 101.07 4.47 105.54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment