3e4467c38b
It affects five files. optinal => optional https://rally.readthedocs.org/en/latest/feature_request/launch_specific_benchmark.html behaviour => behavior natigate => navigate https://rally.readthedocs.org/en/latest/release_notes/latest.html Fuctional => Functional directiry => directory automaticaly => automatically https://rally.readthedocs.org/en/latest/contribute.html nessesary => necessary https://rally.readthedocs.org/en/latest/plugins.html Relase => Release https://rally.readthedocs.org/en/latest/project_info.html Change-Id: Ia939b2a5efb6cec63365ba8d71db1b31d827835c Closes-Bug: #1477849
27 lines
727 B
ReStructuredText
27 lines
727 B
ReStructuredText
============================
|
|
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. |