{% extends 'layouts/default.twig' %} {% block title %}Test: {{ test.title }}{% endblock %} {% block content %}

Test: {{ test.title }}

Hardware tested: {{ test.getHardware().name }}



Benchmarks

{% for b in test.getBenchmarks() %} {% endfor %}
Benchmark Scoring type # Results Avg. Min. Max.

Back

{% endblock %}