{{ invocations | length }}
{% if invocations %} {{ "%.2f"|format((successful_invocations|length / invocations|length) * 100) }}% {% else %} N/A {% endif %}
{% if invocations %} {{ "%.2f"|format(total_execution_time / invocations|length) }}ms {% else %} N/A {% endif %}