{% load percentages %}
{% if prev %}{% endif %} {% if next %}{% endif %}
{% 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 }}{{ units.totals.change|percentage }} {% 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 }}{{ row.change|percentage }} {% 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 }}