From 9c906c72aa90bc4f4486152cf0742301a170935b Mon Sep 17 00:00:00 2001 From: Alexander Maretskiy Date: Thu, 17 Mar 2016 17:26:47 +0200 Subject: [PATCH] [Plugins] New scenario Dummy.dummy_random_action Generate atomic actions with random durations. This scenario is suitable for demonstration of upcoming trends report (will be introduced in further patches) Change-Id: I46207c2d7db848f923820fcc499c46d3c8ecb855 --- rally-jobs/rally.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index 3f157f82..77c72b7f 100644 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -618,6 +618,13 @@ times: 50 concurrency: 10 + Dummy.dummy_random_action: + - + runner: + type: "constant" + times: 10 + concurrency: 5 + FakePlugin.testplugin: - runner: