1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00

config/core: Update decription of execution order

Remove reference to "classic" execution order.
This commit is contained in:
Marc Bonnici 2018-03-20 11:49:28 +00:00 committed by setrofim
parent 80f2e8c78b
commit 4ab75bf722

View File

@ -574,9 +574,7 @@ class RunConfiguration(Configuration):
``"by_spec"``
All iterations of the first spec are executed before moving on
to the next spec. E.g. A1 A2 A3 B1 C1 C2 This may also be
specified as ``"classic"``, as this was the way workloads were
executed in earlier versions of WA.
to the next spec. E.g. A1 A2 A3 B1 C1 C2.
``"random"``
Execution order is entirely random.