mistral/rally-jobs/plugins
ali 1f9e1c1f0a added a new realcase scenario to rally and clean leftovers
-added another new big workflow scenario (Terminate) to rally
  scenarios, this will help us in the future benchmark mistral
  and notice performance regressions if they happen.

 -delete leftovers (workflows,actions) after the scenario has
  finished running.


Change-Id: I3f1e37c43c6d87a678e0ffaa0fcbd607a27dbc7b
Signed-off-by: ali <ali.abdelal@nokia.com>
2020-05-07 21:15:31 +00:00
..
README.rst Add Rally jobs related files to Mistral 2015-02-09 13:37:12 +03:00
__init__.py Add Rally jobs related files to Mistral 2015-02-09 13:37:12 +03:00
mistral_expressions_scenario.py Added two new Rally scenarios 2020-04-02 10:07:55 +00:00
mistral_huge_wf_scenario.py added a new realcase scenario to rally and clean leftovers 2020-05-07 21:15:31 +00:00

README.rst

Rally plugins

All *.py modules from this directory will be auto-loaded by Rally and all plugins will be discoverable. There is no need of any extra configuration and there is no difference between writing them here and in rally code base.

Note that it is better to push all interesting and useful benchmarks to Rally code base, this simplifies administration for Operators.