{% extends 'layout.twig' %} {% block title %}Component: {{ component.name }}{% endblock %} {% block content %}

{{ component.name }}

{{ component.type }}


Test results:

Add new result

{% if test.results | length > 0 %} {% for r in test.results %} {% endfor %}
Component Benchmark Scoring Avg. Min. Max.
{{ r.component }} {{ r.benchmark }} {{ r.type | capitalize }} {{ r.average }} {{ r.minimum ? r.minimum : 'N/a' }} {{ r.maximum ? r.maximum : 'N/a' }}
{% else %}

There are no results associated with this.

{% endif %}
{% endblock %}