This is a collection of scripts to compute stats for ecosystem infra, backing some graphs.
This is intended to replace the old stats spreadsheet.
Up-to-date checkouts of
Chromium
and web-platform-tests
are needed in $HOME/chromium/src
and $HOME/web-platform-tests
.
The build script needs Python 3 available as a python3
binary.
To build and serve locally:
./build.sh && ./serve.sh
This will serve the tool at http://localhost:8000/ecosystem-infra-stats/
To build and deploy to the gh-pages branch:
./build.sh && ./deploy.sh