mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-30 14:44:09 +00:00
workloads/meabo: Fix incorrect add_metric call
This commit is contained in:
@@ -278,7 +278,7 @@ class Meabo(Workload):
|
||||
name = 'phase_{}_thread_{}_{}'.format(cur_phase,
|
||||
match.group('thread'),
|
||||
match.group('name'))
|
||||
context.result.add_metric(name, int(match.group('value')))
|
||||
context.add_metric(name, int(match.group('value')))
|
||||
|
||||
match = duration_regex.search(line)
|
||||
if match:
|
||||
|
||||
Reference in New Issue
Block a user