Verification Summary
{% if verification_summary == {} %}No verification tests run
{% else %}Std Out Files Parsed | Config File Matches | Bit for Bit | |
---|---|---|---|
{{test}} | |||
{{case}} | {{details[0]}} | {{details[1]}}/{{details[2]}} | {{details[3]}}/{{details[4]}} |
Performance Summary
{% if performance_summary == {} %}No performance tests run
{% else %}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]}} |
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 %}