Output Analysis
{% if test_details[case] != [] %}

Statistics pulled from the test output of {{test_name}} runs are shown below. If any differences were found from the benchmarks, the benchmark values will be shown in parentheses.

{% for var in test_header %} {% endfor %} {% for file, details in test_details[case].iteritems() %} {% for key, value in details.iteritems() %} {% endfor %} {% endfor %}
Output File{{var}}
{{file}} {{value}} {% if case in bench_details.keys() and file in bench_details[case].keys() and key in bench_details[case][file].keys() and bench_details[case][file][key] != value%}

({{bench_details[case][file][key]}})

{% endif %}
{% else %}

No data found

{% endif %}