mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
Merge pull request #26 from jimboatarm/UXPERF-61
Add version information to workloads
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user