{% extends 'layout.twig' %} {% block title %}Test: {{ test.name }}{% endblock %} {% block content %}
{{ test.description }}
Component | Benchmark | Scoring | Avg. | Min. | Max. |
---|---|---|---|---|---|
{{ test.component().name }} | {{ test.benchmark().name }} | {{ test.scoring | capitalize }} | {{ r.average }} | {{ r.minimum ? r.minimum : 'N/a' }} | {{ r.maximum ? r.maximum : 'N/a' }} |
There are no results associated with this.
{% endif %}