{% extends 'layout.twig' %} {% block title %}List of Results{% endblock %} {% block content %}
Results list...
Hardware name | Benchmark | Result type | Avg. | Min. | Max. |
---|---|---|---|---|---|
{{ r.component }} | {{ r.benchmark }} | {{ r.type | capitalize }} | {{ r.average }} | {{ r.minimum ? r.minimum : 'N/a' }} | {{ r.maximum ? r.maximum : 'N/a' }} |