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

doc: Fix instrument update_output method description

This commit is contained in:
Marc Bonnici 2018-06-25 16:17:56 +01:00 committed by setrofim
parent af8bc42cc2
commit 3ed14e9864

View File

@ -492,9 +492,9 @@ below should be implemented:
:update_output(context):
It is invoked after the workload updated its result.
update_result is where the taken measures are added to the result so it
can be processed by Workload Automation.
This method is invoked after the workload updated its result and
where the taken measures should be added to the result so it can be
processed by WA.
:teardown(context):