{% include 'diff-styles.html' %} {% include 'codemirror-scripts.html' %}
{{ comparison.run_a.comment }}
{% if comparison.run_a.dxvk_versions %}DXVK Version{% if comparison.run_a.dxvk_versions|length > 1 %}s{% endif %}: {% for version in comparison.run_a.dxvk_versions %}{{ version }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %} {% if comparison.run_a.devices %}Device{% if comparison.run_a.devices|length > 1 %}s{% endif %}: {% for device in comparison.run_a.devices %}{{ device }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %} {% if comparison.run_a.drivers %}Driver{% if comparison.run_a.drivers|length > 1 %}s{% endif %}: {% for driver in comparison.run_a.drivers %}{{ driver }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}{{ comparison.run_b.comment }}
{% if comparison.run_b.dxvk_versions %}DXVK Version{% if comparison.run_b.dxvk_versions|length > 1 %}s{% endif %}: {% for version in comparison.run_b.dxvk_versions %}{{ version }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %} {% if comparison.run_b.devices %}Device{% if comparison.run_b.devices|length > 1 %}s{% endif %}: {% for device in comparison.run_b.devices %}{{ device }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %} {% if comparison.run_b.drivers %}Driver{% if comparison.run_b.drivers|length > 1 %}s{% endif %}: {% for driver in comparison.run_b.drivers %}{{ driver }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}Maximum Difference: {{ comparison.max_diff|diff_percentage }}