mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00:00
workloads/jankbench: Fix typo in method name
Fix incorrect method name.
This commit is contained in:
parent
04cbf51a15
commit
edfbee291b
@ -150,7 +150,7 @@ class Jankbench(ApkWorkload):
|
|||||||
context.add_metric(metric, value, units=None, lower_is_better=True,
|
context.add_metric(metric, value, units=None, lower_is_better=True,
|
||||||
classifiers={'test_name': test_name, 'rep': rep})
|
classifiers={'test_name': test_name, 'rep': rep})
|
||||||
|
|
||||||
def exract_metrics_from_logcat(self, context):
|
def extract_metrics_from_logcat(self, context):
|
||||||
metric_names = ['mean', 'junk_p', 'std_dev', 'count_bad', 'count_junk']
|
metric_names = ['mean', 'junk_p', 'std_dev', 'count_bad', 'count_junk']
|
||||||
logcat_file = context.get_artifact_path('logcat')
|
logcat_file = context.get_artifact_path('logcat')
|
||||||
with open(logcat_file) as fh:
|
with open(logcat_file) as fh:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user