From 78ddc6c8e76c39119eabb2dceb0f07785c720f0d Mon Sep 17 00:00:00 2001 From: dagnello Date: Wed, 22 Apr 2015 13:09:16 -0700 Subject: [PATCH] [Feature request] Specify what benchmarks to execute in task New feature: ability to specify benchmark(s) executed as part of rally task start command. Change-Id: I39f07ed28bbba03c2073fa83364c72c419fd5644 --- .../launch_specific_benchmark.rst | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/feature_request/launch_specific_benchmark.rst diff --git a/doc/feature_request/launch_specific_benchmark.rst b/doc/feature_request/launch_specific_benchmark.rst new file mode 100644 index 0000000000..312585fd47 --- /dev/null +++ b/doc/feature_request/launch_specific_benchmark.rst @@ -0,0 +1,27 @@ +============================ +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 optinal flag to rally task start command to specify one or more +benchmarks to execute as part of that test run. \ No newline at end of file