{% extends "rockload/apps/base/auth_base.html" %} {% block css %} {% end %} {% block offgrid %}
{% if test_scheduled %}
×

Test scheduled successfully!

{% end %}

{{ project.name }} - {{ test.name }} (view tests)

Statistics

{{ test.stats.number_of_tests }}

{{ test.stats.total_duration }}

{{ test.stats.avg_reqs_sec }}

{{ test.stats.avg_response_time }}s

number of tests

total testing time

average reqs/sec

average response time

{% if len(test.runs) > 0 %}

Performance over time (out of {{ len(test.runs) }} tests)

{% end %}
{% if len(test.runs) > 0 %}

Previous Tests

{% else %}

No recorded tests yet.

{% end %}
{% end %} {% block js %} {% end %}