rally/doc/source/benchmark.rst
Ilya Kharin ac234be543 Add support to build docs by Sphinx
The patch introduce configuration files for building documentations by
Sphinx. Also added a simple tree of static documents for test ability of
autobuilding documentation from source code.

bp rally-sphinx-docs

Change-Id: I2a225b1bdb4ae0640428b438a0c9779e28586546
2014-01-15 19:11:11 +04: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.runner Module

rally.benchmark.runner

The rally.benchmark.base Module

rally.benchmark.base

The rally.benchmark.utils Module

rally.benchmark.utils

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