mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 10:52:33 +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.start()
|
||||
|
||||
def start_activity(self):
|
||||
def launch_package(self):
|
||||
# Unlike with most other APK workloads, we're invoking the use case
|
||||
# directly by starting the activity with appropriate parameters on the
|
||||
# command line during execution, so we dont' need to start activity
|
||||
|
Reference in New Issue
Block a user