https://github.com/nolanlawson/cost-of-small-modules
Benchmark showing the cost of various bundlers (repo locked 🔒)
https://github.com/nolanlawson/cost-of-small-modules
Last synced: 11 days ago
JSON representation
Benchmark showing the cost of various bundlers (repo locked 🔒)
- Host: GitHub
- URL: https://github.com/nolanlawson/cost-of-small-modules
- Owner: nolanlawson
- Created: 2016-08-14T00:44:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T00:04:53.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T16:18:43.521Z (11 days ago)
- Language: Shell
- Homepage: https://nolanlawson.github.io/cost-of-small-modules
- Size: 295 KB
- Stars: 37
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cost-of-small-modules
=========A benchmark demonstrating the performance hit of different module bundlers, given different numbers of modules.
**🔒 Update:** This benchmark is locked because I believe it has served its purpose in my 2016 blog post. I don't intend to maintain it or update it any further.
[Blog post](https://nolanlawson.com/2016/08/15/the-cost-of-small-modules/)
Changes since the blog post was published
----- use `webpack -p` ([#6](https://github.com/nolanlawson/cost-of-small-modules/pull/6))
- use `gzip -9` ([#7](https://github.com/nolanlawson/cost-of-small-modules/pull/7))
- add RequireJS and RequireJS+Almond ([#5](https://github.com/nolanlawson/cost-of-small-modules/pull/5))Build
---Check out the code, then:
npm install
To rebuild:
npm run build
To serve locally:
npm run serve
To publish to `gh-pages`:
npm run publish-site