[Trivial] Fix some typos in rally
Change-Id: I04abbbba86cadbcd155a0288de896c3924fe5488
This commit is contained in:
parent
37f748de1b
commit
50c09c70db
@ -78,7 +78,7 @@ Full duration
|
|||||||
|
|
||||||
This time includes iterations time (`Load duration <#load-duration>`_)
|
This time includes iterations time (`Load duration <#load-duration>`_)
|
||||||
plus time taken by another actions related to the task, mostly Contexts
|
plus time taken by another actions related to the task, mostly Contexts
|
||||||
excecution time.
|
execution time.
|
||||||
|
|
||||||
Iterations
|
Iterations
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
@ -261,7 +261,7 @@ Tab «Failures»
|
|||||||
Complete information about exceptions raised during the workload run
|
Complete information about exceptions raised during the workload run
|
||||||
|
|
||||||
**Iteration**
|
**Iteration**
|
||||||
Number of iteration where exception is occured
|
Number of iteration where exception is occurred
|
||||||
|
|
||||||
**Exception type**
|
**Exception type**
|
||||||
Type of raised Exception subclass
|
Type of raised Exception subclass
|
||||||
|
@ -107,7 +107,7 @@ New DB schema
|
|||||||
|
|
||||||
* WorkloadData - contains chunks of raw data for future data analyze and
|
* WorkloadData - contains chunks of raw data for future data analyze and
|
||||||
reporting. This is complete information that we don't need always, as well
|
reporting. This is complete information that we don't need always, as well
|
||||||
for getting overview of what happend. As we have multiple chunks per
|
for getting overview of what happened. As we have multiple chunks per
|
||||||
Workload, we won't be able to store them without creating this table.
|
Workload, we won't be able to store them without creating this table.
|
||||||
|
|
||||||
* Tag - contains tags binded to tasks and subtasks by uuid and type
|
* Tag - contains tags binded to tasks and subtasks by uuid and type
|
||||||
|
@ -30,7 +30,7 @@ from rally.task import sla
|
|||||||
|
|
||||||
@sla.configure(name="performance_degradation")
|
@sla.configure(name="performance_degradation")
|
||||||
class PerformanceDegradation(sla.SLA):
|
class PerformanceDegradation(sla.SLA):
|
||||||
"""Calculates perfomance degradation based on iteration time
|
"""Calculates performance degradation based on iteration time
|
||||||
|
|
||||||
This SLA plugin finds minimum and maximum duration of
|
This SLA plugin finds minimum and maximum duration of
|
||||||
iterations completed without errors during Rally task execution.
|
iterations completed without errors during Rally task execution.
|
||||||
|
Loading…
Reference in New Issue
Block a user