{% macro render(task, compact=False) -%} {% set all_subtasks = task.get_all_subtasks_data() %} {% if all_subtasks %} {% if 'freebsd' in task.arch %}
RPS measure on FreeBSD+e5-2660 is inaccurate. Details: SANDBOX-1179.
{% endif %} {% for st_id, rps_list in all_subtasks %} {% if not compact %} {% endif %} {% for rps in rps_list %} {% endfor %} {% endfor %}
{{st_id}}{{rps}}
{% if not compact %}

bold — best run for single iteration.
red and bold — best run for all iterations.

{% endif %} {% else %}

Not ready yet!

{% endif %} {%- endmacro %}