| 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 %} |
No process runs found. Run an experiment that declares a processes: block.