rally/doc/source/benchmark.rst
Sergey Skripnick 4faf54e2c2 Prepare documentation for readthedocs
Create Makefile and recreate conf.py using sphinx-quickstart
Add _build to gitignore
Fix several nits in rst files
Add tox environment for docs building. Now docs may be built by
running `tox -edoc'

Change-Id: Ib0eb17047e583bdf3ac9111e117f908340f4d5ef
2014-06-05 17:45:51 +03:00

3.4 KiB

The Benchmark Layer

Represents a core of benchmarking, a base class of scenarios and scenarios. The core itself consists of an engine that performs a benchmark and a runner of scenarios.

The rally.benchmark.engine Module

rally.benchmark.engine

The rally.benchmark.runners Module

rally.benchmark.runners

The rally.benchmark.context Module

rally.benchmark.context

The rally.benchmark.processing Module

rally.benchmark.processing

The Benchmark Scenarios

There is a set of scenarios that available for benchmarking. Scenarios was decomposed per a service.

The rally.benchmark.scenarios.utils Module

rally.benchmark.scenarios.utils

The Cinder Scenarios

The rally.benchmark.scenarios.cinder.volumes Module

rally.benchmark.scenarios.cinder.volumes

The rally.benchmark.scenarios.cinder.utils Module

rally.benchmark.scenarios.cinder.utils

The Keystone Scenarios

The rally.benchmark.scenarios.keystone.basic Module

rally.benchmark.scenarios.keystone.basic

The rally.benchmark.scenarios.keystone.utils Module

rally.benchmark.scenarios.keystone.utils

The Nova Scenarios

The rally.benchmark.scenarios.nova.servers Module

rally.benchmark.scenarios.nova.servers

The rally.benchmark.scenarios.nova.utils Module

rally.benchmark.scenarios.nova.utils