diff --git a/templates/dashboard/home.html b/templates/dashboard/home.html index a22939e..91b577b 100644 --- a/templates/dashboard/home.html +++ b/templates/dashboard/home.html @@ -89,7 +89,7 @@ {% set avg_time = ((stats.avg_timer_execution_time or 0) + (stats.avg_http_execution_time or 0)) / 2 %}
{{ "%.2f"|format(avg_time) }}s
+{{ "%.2f"|format(avg_time) }}ms