Collect and monitor metrics about Bevy
- Commits on which to collect metrics are pushed as files to the 
queuebranch- A GitHub action will push new commits from the Bevy repository every hour
 - Additional commits can be pushed to collect metrics about history or more commits
 
 - Dedicated hardware checks out the queue branch and runs the metrics collection process
 - Results are pushed to the 
resultsbranch, and the commit finished is removed from thequeuebranch - A static website is built from the 
resultsbranch and deployed on GitHub Pages 
Open a PR on the queue branch adding a file with the commit you want as a filename.
You can open an issue suggesting a new metric to collect, or a PR to implement it.
They are tagged with the Metrics label.
Improvements about the website are tagged with the Website label.
Improvements about the collector are tagged with the Collector label.