You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.
For each implementation example, capture a series of metrics and spit out a little report. Can be pretty quick/dirty:
- timings for build task (i.e. how long does it take npm run build to finish)
- analyze package.json and count required dev dependencies
Possibly output something that can be directly committed to the repo.. maybe .md?
The text was updated successfully, but these errors were encountered:
For each implementation example, capture a series of metrics and spit out a little report. Can be pretty quick/dirty:
- timings for
build
task (i.e. how long does it takenpm run build
to finish)- analyze
package.json
and count required dev dependenciesPossibly output something that can be directly committed to the repo.. maybe .md?
The text was updated successfully, but these errors were encountered: