mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
glbench: renamed start_activity to launch_package
To match changes made in: ff5f48b7e7
This commit is contained in:
@@ -108,7 +108,7 @@ class GlbCorp(ApkWorkload):
|
|||||||
self.monitor = GlbRunMonitor(self.device)
|
self.monitor = GlbRunMonitor(self.device)
|
||||||
self.monitor.start()
|
self.monitor.start()
|
||||||
|
|
||||||
def start_activity(self):
|
def launch_package(self):
|
||||||
# Unlike with most other APK workloads, we're invoking the use case
|
# Unlike with most other APK workloads, we're invoking the use case
|
||||||
# directly by starting the activity with appropriate parameters on the
|
# directly by starting the activity with appropriate parameters on the
|
||||||
# command line during execution, so we dont' need to start activity
|
# command line during execution, so we dont' need to start activity
|
||||||
|
Reference in New Issue
Block a user