Eval results tracking and trend dashboards for fulldiveVR projects.
data/
{project}/
history.json # Append-only array of run summaries
runs/ # Full result dumps per run
{timestamp}.json
index.html # GitHub Pages dashboard (Chart.js)
Live at: https://fulldivevr.github.io/eval-reports/
- CI workflows in each project run evals
- After each run,
push-results.tsbuilds a summary record and pushes it here index.htmlfetcheshistory.jsonand renders trend charts
Create data/{project-name}/history.json with [] and the dashboard will auto-detect it.