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

Test scheduled successfully!

{% end %}

{{ project.name }} - {{ test.name }}

Parameters

{{ test.module }}

{{ test.test_class }}

Test Module

Test Class & Method

{{ test.server_url.replace('http://', '') }}

{{ test.cycles }}

{{ test.cycle_duration }}

{{ test.number_of_workers }}

server url

cycles

cycles duration

number of workers

Statistics

{{ test.stats.number_of_requests }}

{{ test.stats.total_duration }}

{{ test.stats.avg_reqs_sec }}

{{ "%.04f" % test.stats.avg_response_time }}s

number of requests

total requests duration

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 %}
{% end %}
{% if len(test.runs) > 0 %}

Previous Tests

{% else %}

No recorded tests yet.

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