1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00
Marc Bonnici 27b488cc56 Jobs: Fixes job initialize/finalize
Previously initialize and finalize were being called for each iteration
of each workload at the start/end of the run which is incorrect
behaviour. To prevent this, each iteration of a workload now shares a
single instance of the workload combined with the 'once_per_instance' decorator
to ensure that the methods are only invoked once per set of workload
runs.
2017-07-10 11:08:43 +01:00
..
2017-07-10 11:08:43 +01:00
2017-02-21 15:02:28 +00:00
2017-02-21 15:02:28 +00:00
2017-03-15 14:34:23 +00:00
2017-05-12 11:11:40 +01:00
2017-04-20 11:49:53 +01:00
2017-07-10 11:08:43 +01:00
2017-03-22 15:14:44 +00:00
2017-03-22 15:14:44 +00:00
2017-04-20 11:49:53 +01:00
2017-02-21 15:02:28 +00:00