{% extends "../../base.html" %} {% block title %}{{ _("Package build times") }}: {{ pkg.name }}{% end block %} {% block body %}
{{ _("This table shows you how long this package normally takes to be built.") }}
{{ _("Build times") }} | ||||
---|---|---|---|---|
{{ _("Architecture") }} | {{ _("Average") }} | {{ _("Maximum") }} | {{ _("Minimum") }} | {{ _("Total") }} |
{{ row.arch }} | {{ format_time(row.average) }} ± {{ format_time(row.stddev / 2) }} | {{ format_time(row.maximum) }} | {{ format_time(row.minimum) }} | {{ format_time(row.sum) }} |