https://github.com/openstack/rally
Raw File
Tip revision: 2ff6423b6be2c4daf82c1021652ca2d4bbc72637 authored by Andrey Kurilin on 27 January 2017, 11:10:56 UTC
Release 0.8.1
Tip revision: 2ff6423
historical_performance_data.rst
===========================
Historical performance data
===========================


Use case
--------

OpenStack is really rapidly developed. Hundreds of 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