https://github.com/openstack/rally
Raw File
Tip revision: 95713192e0e98d42bbb3225f6ada1a87cb35aa5c authored by Jenkins on 14 May 2015, 11:35:56 UTC
Merge "Release 0.0.4"
Tip revision: 9571319
historical_performance_data.rst
===========================
Historical performance data
===========================


Use case
--------

OpenStack is really rapidly developed. Hundreds patches are merged daily
and it's really hard to track how performance is changed during time.
It will be nice to have a way to track performance of major functionality
of OpenStack running periodically rally task and building graphs that represent
how performance of specific method is changed during the time.


Problem description
-------------------

There is no way to bind tasks


Possible solution
-----------------

* Add grouping for tasks
* Add command that creates historical graphs
back to top