1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 10:52:33 +01:00

Merge pull request #26 from jimboatarm/UXPERF-61

Add version information to workloads
This commit is contained in:
jimboatarm
2016-05-25 17:32:49 +01:00
4 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ import time
from wlauto import AndroidUiAutoBenchmark, Parameter
from wlauto.exceptions import DeviceError
__version__ = '0.1.0'
class Gmail(AndroidUiAutoBenchmark):

View File

@@ -19,6 +19,8 @@ import re
from wlauto import AndroidUiAutoBenchmark, Parameter
from wlauto.exceptions import DeviceError
__version__ = '0.1.0'
class Googlephotos(AndroidUiAutoBenchmark):

View File

@@ -21,6 +21,8 @@ import time
from wlauto import AndroidUiAutoBenchmark, Parameter
from wlauto.exceptions import DeviceError
__version__ = '0.1.0'
class Reader(AndroidUiAutoBenchmark):

View File

@@ -20,6 +20,7 @@ import time
from wlauto import AndroidUiAutoBenchmark, Parameter
from wlauto.exceptions import DeviceError
__version__ = '0.1.0'
SKYPE_ACTION_URIS = {
'call': 'call',