{% if runner != 'all' %}{{runner}}{% else %}{{runner}}{% endif %} |
{% if 'last' in stats['times'][runner][version] %}{{(stats['times'][runner][version]['last'] / 60) | round(2)}} minutes{% endif %} |
{{(stats['times'][runner][version]['avg'] / 60) | round(2)}} minutes |
{{(stats['times'][runner][version]['min'] / 60) | round(2)}} minutes |
{{(stats['times'][runner][version]['max'] / 60) | round(2)}} minutes |
{{(stats['times'][runner][version]['sum'] / 60 / 60 / 24) | round(2)}} days |
{% endif %}
{% endfor %}