mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-21 18:18:41 +00:00
glbench: renamed start_activity to launch_package
To match changes made in: ff5f48b7e70117dc4161f2bd986438450f73cc16
This commit is contained in:
parent
985b249a24
commit
73aa590056
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user