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.
Output File | {% for var in test_header %}{{var}} | {% endfor %}
---|---|
{{file}} | {% for key, value in details.iteritems() %}
{{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 %} |
{% endfor %}
No data found
{% endif %}