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

{{ benchmark.name }}

Edit

{{ benchmark.description }}


Tests using this benchmark:

{% if benchmark.tests | length > 0 %} {% for t in benchmark.tests %} {% endfor %}
Test title Benchmarks Last updated
{{ t.title }} {{ t.benchmarks | length }} {{ t.updated_at }}
{% else %}

There are no tests associated with this benchmark.

{% endif %}
{% endblock %}