Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhnns/webpack-browser-benchmark
An I/O independent webpack build for browser benchmarks
https://github.com/jhnns/webpack-browser-benchmark
Last synced: 3 months ago
JSON representation
An I/O independent webpack build for browser benchmarks
- Host: GitHub
- URL: https://github.com/jhnns/webpack-browser-benchmark
- Owner: jhnns
- License: mit
- Created: 2017-09-06T13:18:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T19:10:00.000Z (over 7 years ago)
- Last Synced: 2024-04-25T22:21:03.404Z (9 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-browser-benchmark
An I/O independent webpack build for browser benchmarks.
## Install
1. Clone this repository
2. Run `npm i` inside the repository.The benchmark should now be located inside at `benchmark/run.js`. This file should be executable inside any modern browser. If everything works as expected, the benchmark will print the build stats to the console.
## License
MIT