Configuration Files

{% if case in test_configs and test_configs[case]|length != 0 %} {% for file in test_configs[case] %}
+ -

{{file}}

{% set changed = [] %} {% for section, vars in test_configs[case][file].iteritems() %} [{{section}}]
{% for var, val in test_configs[case][file][section].iteritems() %} {% if case in bench_configs and file in bench_configs[case] and section in bench_configs[case][file] and var in bench_configs[case][file][section]%} {% if val == bench_configs[case][file][section][var] %} {{var}} = {{val}}
{% else %} {{var}} =

{{val}}

{{bench_configs[case][file][section][var]}}


{% do changed.append(1) %} {% endif %} {% else %} {{var}} = {{val}} (Benchmark data missing.)
{% do changed.append(1) %} {% endif %} {% endfor %}
{% endfor %}
{% if changed %}

Files differ

{% else %}

Files match

{% endif %}

{% endfor %} {% else %} Could not find any configuration files to check {% endif %}