mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 04:12:42 +01:00
Changing to ApkWorkload
This commit is contained in:
@@ -16,7 +16,7 @@ import re
|
|||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from wa import ApkUiautoWorkload, Workload, WorkloadError, Parameter, ApkFile, File
|
from wa import ApkUiautoWorkload, ApkWorkload, WorkloadError, Parameter, ApkFile, File
|
||||||
|
|
||||||
|
|
||||||
class Antutu(ApkUiautoWorkload):
|
class Antutu(ApkUiautoWorkload):
|
||||||
@@ -185,7 +185,7 @@ class Antutu(ApkUiautoWorkload):
|
|||||||
self.extract_scores(context, self.regex_matches_v7)
|
self.extract_scores(context, self.regex_matches_v7)
|
||||||
|
|
||||||
|
|
||||||
class AntutuBDP(Workload):
|
class AntutuBDP(ApkWorkload):
|
||||||
|
|
||||||
name = "antutu_bdp"
|
name = "antutu_bdp"
|
||||||
description = '''
|
description = '''
|
||||||
|
Reference in New Issue
Block a user