| Name | Runs | Avg span (s) | Last run |
|---|---|---|---|
| {{ p.name }} | {{ p.total_runs }} | {{ p.avg_span_s if p.avg_span_s is not none else "—" }} | {% if p.last_run_id %}{{ p.last_run_id }}{% else %}—{% endif %} |
| Name | Description | File |
|---|---|---|
| {{ s.name }} | {{ s.description or "—" }} | {{ s.rel_path }} |
| Run ID | System | Duration | Seed | HIL | Processes |
|---|---|---|---|---|---|
| {{ r.run_id }} | {{ r.system_name }} | {{ r.simulated_duration_s }}s | {{ r.seed }} | {% if r.hil_flag %}HIL{% else %}—{% endif %} | {% for ps in r.process_summaries %} {{ ps.process_name }}: {{ ps.last_phase }} {% else %}—{% endfor %} |
No runs yet. Run an experiment with sebench run <experiment.yaml>.