{% extends "app.html" %} {% block app_content %} {% if baseline_run and contender_run %} {% if baseline_run.commit.display_message and contender_run.commit.display_message %}
{% endif %} {% endif %}
{% for c in comparisons %} {% if c.contender_z_score is not none %} {% else %} {% endif %} {% if c.contender is not none and c.baseline is not none %} {% else %} {% endif %} {% if c.baseline is none %} {% else %} {% endif %} {% if c.contender is none %} {% else %} {% endif %} {% endfor %}
{% if comparisons %} Comparisons {{ (100 * regressions / comparisons|length) | round(2) }}% {{ (100 * improvements / comparisons|length) | round(2) }}% {% else %} Comparisons {% endif %} {% include 'units-tooltip.html' %}
Z-Score Change Language Batch Benchmark Baseline Contender
{{ c.contender_z_score }}{{ c.change }}{{ c.language }} {% if type == "batch" %}
{{ c.batch }}
{% else %} {% if c.contender is not none and c.baseline is not none %}
{{ c.batch }}
{% else %}
{{ c.batch }}
{% endif %} {% endif %}
{% if c.contender is not none and c.baseline is not none %}
{{ c.benchmark}}
{% else %}
{{ c.benchmark}}
{% endif %}
{{ c.baseline }}{{ c.contender }}
{% endblock %} {% block scripts %} {{super()}} {% endblock %}