mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
27b488cc56
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.