{% extends 'layouts/default.twig' %} {% block title %}{{ benchmark.name }}{% endblock %} {% block content %}

{{ benchmark.name }}

Scoring type: {{ benchmark.scoring }}

{{ benchmark.description }}


Recently Updated Tests Using This Benchmark:

{% if benchmark.getTests().length > 0 %} {% for t in benchmark.getTests() %} {% endfor %}
Test Name Hardware Tested Last Updated
{{ t.title }} {{ t.getHardware().name }} {{ t.updatedAt | date('m/d/Y g:ia') }}
{% else %}

There are no tests registered yet for this hardware.

{% endif %}

Back

{% endblock %}