https://github.com/gadicc/meteor-private-bench
How does private/* affect rebuild times in Meteor 1.2
https://github.com/gadicc/meteor-private-bench
Last synced: 12 months ago
JSON representation
How does private/* affect rebuild times in Meteor 1.2
- Host: GitHub
- URL: https://github.com/gadicc/meteor-private-bench
- Owner: gadicc
- Created: 2015-10-08T11:10:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T11:22:58.000Z (over 10 years ago)
- Last Synced: 2025-04-05T10:30:16.281Z (about 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-private-bench
How do the (unchanged) contents of `private/*` affect rebuild times in
Meteor 1.2?
See [SUMMARY.md](SUMMARY.md) for summary details, or individial [logs](logs)
from the last run (with `METEOR_PROFILE=50`).
To reproduce, with any node version with ES6 support:
1. npm i
1. Optionally: `rm -rf site && meteor create site`
1. npm run bench