https://github.com/openstack/rally
Raw File
Tip revision: 797b1735f30368d3e2b7f7323d598b23efb95bd8 authored by Jenkins on 20 March 2017, 13:57:27 UTC
Merge "add release notes for 0.9.0"
Tip revision: 797b173
launch_specific_benchmark.rst
============================
Launch Specific Benchmark(s)
============================


Use case
--------

A developer is working on a feature that is covered by one or more specific
benchmarks/scenarios.  He/she would like to execute a rally task with an
existing task template file (YAML or JSON) indicating exactly which
benchmark(s) will be executed.


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

When executing a task with a template file in Rally, all benchmarks are
executed without the ability to specify one or a set of benchmarks the user
would like to execute.


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

* Add optional flag to rally task start command to specify one or more
  benchmarks to execute as part of that test run.
back to top