regression check:
regressed
passed
improved
trend only (no regression check yet)
sparkline = mean-over-time line + ±std band with a node per run; right-edge dots = per-run distribution; μ = mean
{% for section in sections %}
{{ section.category }}
| Benchmark | {% for col in section.columns %}{{ col }} | {% endfor %}|
|---|---|---|
| {{ row.name }} {% if row.time_event %}{{ row.time_event }}{% endif %} | {% for cell in row.cells %} {% if cell %}
{{ cell.svg|safe }}
{{ cell.latest_str }}
{% if cell.change_str %}{{ cell.change_str }} {% endif %}
μ {{ cell.mean_str }}
{% if cell.std_str and cell.std_str != "—" %}σ {{ cell.std_str }} {% endif %}
|
{% else %}
— | {% endif %} {% endfor %}
No benchmark summaries found.
{% endfor %}
{% if link_sections %}
Reports without metrics
{% for section in link_sections %}{{ section.category }}
-
{% for link in section.links %}
- {{ link.name }} {% endfor %}