mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
Add wait time computation: for each job, wait_s = started_at - max(completed_at of all jobs that finished before it started). This is a timestamp heuristic (no workflow YAML dependency parse needed) that's accurate for pipeline-shaped CI where the critical path is linear at each stage. Shows up in: - Job table: new Wait + Δ Wait columns - Gantt chart: hatched bar segment before the run bar - Step details: '(wait Xs)' annotation in the summary line - Markdown summary: Total wait row with delta vs baseline - Stats: total_wait / bl_total_wait in compute_stats Also completes the skipped-jobs UI: - Skipped stat card in stats cards - Skipped row in markdown summary table Backward compatible: old cached baselines without wait_s annotate on load. |
||
|---|---|---|
| .. | ||
| classify_changes.py | ||
| timings_report.py | ||