jimboatarm
da30afe0e9
Merge pull request #53 from jimboatarm/skype_cleanup
...
Remove redundant logging from skype workload
2016-06-06 12:40:32 +01:00
John Richardson
df19e7a915
Remove redundant logging from skype workload
2016-06-02 16:08:27 +01:00
John Richardson
69db2f2f41
Add network connectivity check
...
Add a more general check that pings a network host rather than checking
the status of dumpsys wifi. This is because not all devices are
connected via wifi.
2016-06-02 12:45:30 +01:00
James Hartley
3a4ae9f7b2
Remove wifi check temporarily to testing on non-wifi connected devices
2016-06-02 11:08:23 +01:00
jimboatarm
b924b200c3
Merge pull request #26 from jimboatarm/UXPERF-61
...
Add version information to workloads
2016-05-25 17:32:49 +01:00
jimboatarm
9571571e4a
Merge pull request #25 from jimboatarm/UXPERF-59
...
Add an internet connection check to all performance workloads
2016-05-25 17:22:22 +01:00
jimboatarm
24d4b0371f
Merge pull request #24 from jimboatarm/UXPERF-95
...
Update add_metric calls to include units for performance timings
2016-05-25 17:21:22 +01:00
John Richardson
173d5a7dd6
Add version information to workloads
...
Add a __version__ parameter to __init__.py for all workloads. The
version number has three components major.minor.patch.
major: completely new interpretation of the test
(incompatible with previous test)
minor: breaks compatibility with previous test
(outputted results, dependencies, etc)
patch: code change with no impact on any dependencies
2016-05-20 15:22:49 +01:00
John Richardson
46fb7614cf
Add an internet connection check to all performance workloads
...
Throw a DeviceError exception if no wifi connection has been made
during the initialization step of the current workload.
2016-05-19 14:10:20 +01:00
John Richardson
4aee83abb7
Update add_metric calls to include units for performance timings
2016-05-19 11:13:45 +01:00
John Richardson
2532f36a62
Add Multiapp workload
...
A new workload for testing context switching between applications.
Uses googlephotos as the producer workload and gmail and skype as
the consumer workloads.
2016-05-17 14:52:43 +01:00
James Hartley
c4bf3c59de
Update descriptions for all productivity workloads
...
Adopt a standard format so that reports can be generated using text directly from these sections of code.
2016-05-16 16:15:37 +01:00
James Hartley
a061b4bdcf
Fix timing instrumentation logs for Skype Part 2
...
Remove the bad dumpsys_enabled conditional statement
2016-05-11 14:55:19 +01:00
James Hartley
cbfcf6eaba
Fix timing instrumentation logs for Skype and GooglePhotos
...
Bring both workloads in line with the standard way of regex searching the instrumentation logs.
2016-05-10 18:20:47 +01:00
Michael McGeagh
f4941d1956
Added skype views/activities/context names for use with wa's FPS instrumentation layer
2016-05-10 13:59:11 +01:00
muendelezaji
cde0b12c5d
Changes after review of pull #5
...
- Use superclass writeToFile - improved to accept generic Map collections
- Change timer results format to one more in line with the rest
2016-05-05 20:07:51 +01:00
muendelezaji
f210757424
Change workload name to skype
2016-05-05 18:45:44 +01:00