https://github.com/openstack/rally
Raw File
Tip revision: 3011fa6ee2de2f373afe9d17d181ad7026cd8c20 authored by Boris Pavlovic on 07 October 2015, 00:05:56 UTC
Release notes v0.1.1
Tip revision: 3011fa6
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