{% extends "debug_logging/base.html" %} {% block title %}Home{% endblock %} {% block sidebar %}
Select a test run below to review the results.
Name/Date | Avg. Time | Avg. Sql Time | Avg. Queries | Total Queries |
---|---|---|---|---|
{{ run }} | {{ run.avg_time|floatformat:"-2" }} | {{ run.avg_sql_time|floatformat:"-2" }} | {{ run.avg_sql_queries|floatformat:"-2" }} | {{ run.total_sql_queries }} | There are no test runs available to review. | {% endfor %}