{% include 'components/header.html' %}

{{test_name}}

{{test_description}}


{% for case in tests_run %} {% endfor %} {% for case in tests_run %} {% endfor %} {% for case in tests_run %}
{% if case == "Scaling" %} {% include 'components/plots_section.html' %} {% else %} {% include 'components/timing_summary_section.html' %} {% endif %}
{% endfor %}

{% include 'components/footer.html' %}