Merge "Allow max_avg_sla per atomic actions"
This commit is contained in:
commit
b49162f2c1
@ -625,6 +625,23 @@
|
|||||||
times: 10
|
times: 10
|
||||||
concurrency: 5
|
concurrency: 5
|
||||||
|
|
||||||
|
Dummy.dummy_timed_atomic_actions:
|
||||||
|
-
|
||||||
|
args:
|
||||||
|
number_of_actions: 5
|
||||||
|
sleep_factor: 1
|
||||||
|
runner:
|
||||||
|
type: "constant"
|
||||||
|
times: 3
|
||||||
|
concurrency: 3
|
||||||
|
sla:
|
||||||
|
max_avg_duration_per_atomic:
|
||||||
|
action_0: 1.0
|
||||||
|
action_1: 2.0
|
||||||
|
action_2: 3.0
|
||||||
|
action_3: 4.0
|
||||||
|
action_4: 5.0
|
||||||
|
|
||||||
FakePlugin.testplugin:
|
FakePlugin.testplugin:
|
||||||
-
|
-
|
||||||
runner:
|
runner:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user