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

Verification Summary

{% if verification_summary == {} %}

No verification tests run

{% else %} {% for test, summary in verification_summary.iteritems() %} {% for case, details in summary.iteritems() %} {% endfor %} {% endfor %}
Std Out Files Parsed Config File Matches Bit for Bit
{{test}}
{{case}} {{details[0]}} {{details[1]}}/{{details[2]}} {{details[3]}}/{{details[4]}}
{% endif %}

Performance Summary

{% if performance_summary == {} %}

No performance tests run

{% else %} {% for test, summary in performance_summary.iteritems() %} {% for case, details in summary.iteritems() %} {% endfor %} {% endfor %}
Processor Counts Avg. Runtime Change (% diff. from benchmark)
{{test}}
{{case}} {% for d in details[0] %}{{d}}, {% endfor %} 0 %} style="color: red;" {% else %} style="color: green;" {% endif %}>{{details[1]}}
{% endif %}

Validation Summary

{% if validation_summary == {} %}

No validation tests run

{% else %} {% for test, summary in validation_summary.iteritems() %} {{test}}
{% for case, details in summary.iteritems() %} {{case}}

{{details}}

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