mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
Add a workload that launches UIBenchJankTests. This differs from the UIBench application as it adds automation and instrumentation to that APK. This therefore requires a different implementation than classical ApkWorkloads as 2 APKs are required (UIBench and UIBenchJankTests) and the main APK is invoked through `am instrument` (as opposed to `am start`).