Sebastian Goscik
b426e00f2f
Updated workload versions to match APK files
...
Some workloads presented a different version than what was in the APK file.
With the changes introduced in bb33123 several workloads broke.
2016-08-24 14:33:18 +01:00
John Richardson
51e4e71931
Upgrade Android API level from 17 to 18
...
Upgrade API level for BaseUiAutomation from 17 -> 18 and update
dependent workloads accordingly.
2016-07-26 10:30:15 +01:00
Michele Di Giorgio
d3dd9c849a
geekbench: fix output files listing
...
After running the benchmark, when collecting the output files the execution
fails because the split('\n') call, used for creating a list of output files,
returns an empty string as last element. The empty string makes the pull command
fail because file '' doesn't exist on the target device.
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
2016-07-08 11:59:51 +01:00
Sergei Trofimov
73ddc205fc
geekbench: fixing root check
...
- negating the check (error if *not* rooted)
- do not check for version 2 (results are extracted differently and that
does not require root).
2016-01-22 10:43:01 +00:00
Sebastian Goscik
f4c89644ff
geekbench: Added check whether device is rooted
2016-01-22 09:39:49 +00:00
Sergei Trofimov
57972a56af
geekbench: upping run time out.
...
Run timeout was been hit on very slow systems.
2015-05-07 11:55:37 +01:00
Sergei Trofimov
a747ec7e4c
Initial commit of open source Workload Automation.
2015-03-10 13:09:31 +00:00