[Trivial] Fix some typos in rally

Change-Id: I04abbbba86cadbcd155a0288de896c3924fe5488
This commit is contained in:
leiyashuai 2016-10-21 01:27:49 -07:00 committed by Andrey Kurilin
parent 37f748de1b
commit 50c09c70db
3 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ Full duration
This time includes iterations time (`Load duration <#load-duration>`_)
plus time taken by another actions related to the task, mostly Contexts
excecution time.
execution time.
Iterations
~~~~~~~~~~
@ -261,7 +261,7 @@ Tab «Failures»
Complete information about exceptions raised during the workload run
**Iteration**
Number of iteration where exception is occured
Number of iteration where exception is occurred
**Exception type**
Type of raised Exception subclass

View File

@ -107,7 +107,7 @@ New DB schema
* WorkloadData - contains chunks of raw data for future data analyze and
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.
* Tag - contains tags binded to tasks and subtasks by uuid and type

View File

@ -30,7 +30,7 @@ from rally.task import sla
@sla.configure(name="performance_degradation")
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
iterations completed without errors during Rally task execution.