1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

BenchmarkPi: Added default package name list

This commit is contained in:
Marc Bonnici 2017-06-07 18:00:35 +01:00
parent 4523fb74b6
commit 6571d012c2

View File

@ -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]+)')