diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index 84a74171..a832f73e 100755 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -230,6 +230,17 @@ failure_rate: max: 0 + - + args: + sleep: 0.1 + runner: + type: "constant_for_duration" + duration: 5 + concurrency: 5 + sla: + failure_rate: + max: 0 + - args: sleep: 0.001 @@ -241,6 +252,16 @@ failure_rate: max: 0 + - + args: + sleep: 0.1 + runner: + type: "serial" + times: 20 + sla: + failure_rate: + max: 0 + - args: sleep: 0.01