mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-21 01:59:13 +00:00
Merge pull request #26 from jimboatarm/UXPERF-61
Add version information to workloads
This commit is contained in:
commit
b924b200c3
@ -21,6 +21,8 @@ import time
|
|||||||
from wlauto import AndroidUiAutoBenchmark, Parameter
|
from wlauto import AndroidUiAutoBenchmark, Parameter
|
||||||
from wlauto.exceptions import DeviceError
|
from wlauto.exceptions import DeviceError
|
||||||
|
|
||||||
|
__version__ = '0.1.0'
|
||||||
|
|
||||||
|
|
||||||
class Gmail(AndroidUiAutoBenchmark):
|
class Gmail(AndroidUiAutoBenchmark):
|
||||||
|
|
||||||
|
@ -19,6 +19,8 @@ import re
|
|||||||
from wlauto import AndroidUiAutoBenchmark, Parameter
|
from wlauto import AndroidUiAutoBenchmark, Parameter
|
||||||
from wlauto.exceptions import DeviceError
|
from wlauto.exceptions import DeviceError
|
||||||
|
|
||||||
|
__version__ = '0.1.0'
|
||||||
|
|
||||||
|
|
||||||
class Googlephotos(AndroidUiAutoBenchmark):
|
class Googlephotos(AndroidUiAutoBenchmark):
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ import time
|
|||||||
from wlauto import AndroidUiAutoBenchmark, Parameter
|
from wlauto import AndroidUiAutoBenchmark, Parameter
|
||||||
from wlauto.exceptions import DeviceError
|
from wlauto.exceptions import DeviceError
|
||||||
|
|
||||||
|
__version__ = '0.1.0'
|
||||||
|
|
||||||
|
|
||||||
class Reader(AndroidUiAutoBenchmark):
|
class Reader(AndroidUiAutoBenchmark):
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ import time
|
|||||||
from wlauto import AndroidUiAutoBenchmark, Parameter
|
from wlauto import AndroidUiAutoBenchmark, Parameter
|
||||||
from wlauto.exceptions import DeviceError
|
from wlauto.exceptions import DeviceError
|
||||||
|
|
||||||
|
__version__ = '0.1.0'
|
||||||
|
|
||||||
SKYPE_ACTION_URIS = {
|
SKYPE_ACTION_URIS = {
|
||||||
'call': 'call',
|
'call': 'call',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user