{% extends "bootspeed/bootspeed_layout.html" %} {% load dashboard_extras %} {% block page_name %}Arch overview{% endblock %} {% block content %}
Build Number | Min Boot | Avg Boot | Max Boot | Result Count |
---|---|---|---|---|
{{ image.build_number }} | {{ image.min_boot|floatformat }} | {{ image.avg_boot|floatformat }} | {{ image.max_boot|floatformat }} | {{ image.result_count|floatformat }} |