EMRY-066: multi-run project dashboard #110
No reviewers
Labels
No labels
blocked
bug
compat
docs
documentation
duplicate
emry-cli
emry-core
emry-engine
emry-ingest
emry-py
emry-store
emry-tui
emry-web
enhancement
good first issue
gpu-compute
help wanted
hpc
infra
integrations
invalid
needs-design
P0-blocker
P1-core
P2-enhanced
P3-future
performance
pull-request
python
pytorch
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
femboy/emry!110
Loading…
Reference in a new issue
No description provided.
Delete branch "emry-066-project-dashboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #109
emry web --run-dirshows one run andemry compare A Bis two-run/final-only. This adds a project view —emry web --project <log-dir>overlays every run in a directory on one chart, so you can compare a whole sweep.What
metrics.jsonl; reload to refresh.How
emry-web: aprojectmodule —Project/ProjectRun/ProjectSeries(serde),app_project(/,/healthz,/projectJSON) +serve_project, andproject.html. Stays free ofemry-store.emry-cli:--projectonweb;load_projectassembles the snapshot via the canonicalemry_store::{list_runs, load_baseline}readers (newest first); an unreadable run degrades to empty rather than aborting the view.Verification
load_projecttest (newest-first, metrics loaded).-D warnings --all-features+ tests + 91.53% coverage).