{% for units in tablelist %} {% if units.has_stddev %}{% endif%} {% if units.hasmin %}{% endif%} {% if units.hasmax %}{% endif%} {% if units.hasmin %} {% endif%}{% if units.has_stddev %} {% endif%}{% if units.hasmax %} {% endif%} {% for row in units.rows|dictsort:"bench_name" %} {% if units.has_stddev %} {% endif%}{% if units.hasmin %} {% endif%}{% if units.hasmax %} {% endif%}{% endfor %}
Benchmark {{ units.units_title }} in {{ units.units }}Std devMinMaxChange Trend
Average {{ units.totals.min }}{{ units.totals.max }}{% ifnotequal units.totals.change "-" %}{{ units.totals.change|floatformat:2 }}%{% else %}{{ units.totals.change }}{% endifnotequal %} {% ifnotequal units.totals.trend "-" %}{{ units.totals.trend|floatformat:2 }}%{% else %}{{ units.totals.trend }}{% endifnotequal %}
{{ row.bench_name }} {{ row.result|floatformat:units.precission }}{{ row.std_dev|floatformat:units.precission }}{{ row.val_min|floatformat:units.precission }}{{ row.val_max|floatformat:units.precission }}{% ifequal row.change "-" %}-{% else %}{{ row.change|floatformat:2 }}%{% endifequal %} {% ifequal row.trend "-" %}-{% else %}{{ row.trend|floatformat:2 }}%{% endifequal %}
{% endfor %}
Executable
Name{{ exe }}
Description{{ exe.description }}
Environment
Name{{ env.name }}
CPU{{ env.cpu }}
Memory{{ env.memory }}
OS{{ env.os }}
Kernel{{ env.kernel }}
{% ifnotequal rev.branch.project.repo_type "N" %} {% endifnotequal %}
Revision
Commit{{ rev.commitid }}
Date{{ rev.date }}
Repo{{ rev.branch.project.repo_path }}
{% ifnotequal exe.project.repo_type 'N' %}
Commit logs
Loading...
{% endifnotequal %}