mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	BenchmarkPi: Added default package name list
This commit is contained in:
		| @@ -43,7 +43,7 @@ class BenchmarkPi(ApkUiautoWorkload): | ||||
|     takes to run and complete the Pi calculation algorithm resulting in a | ||||
|     approximation of the first Pi digits. | ||||
|     """ | ||||
|     package = 'gr.androiddev.BenchmarkPi' | ||||
|     package_names = ['gr.androiddev.BenchmarkPi'] | ||||
|     activity = '.BenchmarkPi' | ||||
|  | ||||
|     regex = re.compile('You calculated Pi in ([0-9]+)') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user