{% extends "base.html" %} {% from "_macros.html" import rate %} {% set nav = 'trend' %} {% block body %}
A single run says whether a system is good today. Improving it needs the curve — this is the view that answers "did the last change help?".
Filtered to one dataset on purpose: a rate on PMo and a rate on fixtures answer different questions and must not share an axis.
| Run | Version | Started | {% for g in gates %}{{ g.replace('gate.','') }} | {% endfor %}
|---|---|---|---|
| {{ p.run_id }} | {{ p.sut_version }} | {{ p.started[:19] }} | {% for g in gates %}{{ rate(p.rates.get(g)) }} | {% endfor %}
No scored runs for this system yet.
{% endif %} {% endblock %}