rally-openstack/rally-jobs/plugins
Anton Studenov e0fa9c1910 Benchmark for generate_random_name
This patch adds scenario that runs generate_random_name
in atomic and shows performance of this method.

Change-Id: Iff2445f2d5c295a06bd2e72874280ecb1c4280f2
2016-10-26 17:45:12 +03:00
..
test_relative_import Add Apache 2.0 license to source file 2016-09-29 13:51:29 +07:00
__init__.py Fix rally plugins relative imports 2015-04-22 11:59:40 +03:00
fake_plugin.py Refactoring of scenario plugin base 2015-08-14 08:27:20 -07:00
rally_profile.py Benchmark for generate_random_name 2016-10-26 17:45:12 +03:00
README.rst Rename rally-scenarios to rally-jobs & add readme 2014-11-24 16:13:47 +04:00

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.