rally/doc/feature_request/launch_specific_benchmark.rst
Atsushi SAKAI 3e4467c38b Fix eight typos on Rally documentation
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
2015-07-24 09:24:06 +00:00

727 B

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.