{% extends "rockload/apps/base/auth_base.html" %} {% block css %} {% end %} {% block content %}
New Test Details
this is the name that will appear in the menu
this is the URL that will be passed to the tests as base url
Benchmark Details

Please remember! The benchmark modules must be inside the /bench folder in your git repository.
This is required in order for Rockload to find them.

this is the python module that contains your test i.e.: mymodule.somebench
this is the test class that will be benchmarked i.e.: MyBenchmarkTest
this is the number of concurrent users you want benchmarked, separated by ':' i.e.: 30:60:90
seconds duration of each cycle i.e.: 30
workers number of Rockload workers you want working in your test i.e.: 3
 
{% end %} {% block js %} {% end %}