{% extends 'layout.twig' %} {% block title %}Test: {{ test.title }}{% endblock %} {% block content %}

{{ test.title }}

{{ test.description }}



Benchmark results:

{% for r in test.benchmarkResults() %} {% endfor %}
Benchmark Scoring # Results Avg. Min. Max.
{{ r.name }} {{ r.scoring | capitalize }} {{ r.count }} {{ r.average }} {{ r.minimum ? r.minimum : 'N/a' }} {{ r.maximum ? r.maximum : 'N/a' }}
{% endblock %}