mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	workloads/lmbench: Fix missing run method declaration
This commit is contained in:
		| @@ -103,6 +103,7 @@ class Lmbench(Workload): | ||||
|         setup_test = getattr(self, '_setup_{}'.format(self.test)) | ||||
|         setup_test() | ||||
|  | ||||
|     def run(self, context): | ||||
|         for _ in range(self.loops): | ||||
|             for command in self.commands: | ||||
|                 self.target.execute(command, timeout=self.run_timeout) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user