{% include 'diff-styles.html' %} {% include 'codemirror-scripts.html' %}
Run A
Diff
Run B

Rendering snapshots

Run A

{{ 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 %}

Run B

{{ 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 %}

Comparison Summary

Maximum Difference: {{ comparison.max_diff|diff_percentage }}

{% for diff in diffs %}

{{ diff.trace }} - {{ diff.frame }}

Difference: {{ diff.diff|diff_percentage }}
Time A
{{ diff.run_a.execution_time|format_time }}
{% if diff.run_a.hang_log %}
Hang in A

View Log

{% endif %}
Log A
View
Time B
{{ diff.run_b.execution_time|format_time }}
{% if diff.run_b.hang_log %}
Hang in B

View Log

{% endif %}
Log B
View
{% endfor %} {% include 'diff-scripts.html' %}