mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01: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
|
takes to run and complete the Pi calculation algorithm resulting in a
|
||||||
approximation of the first Pi digits.
|
approximation of the first Pi digits.
|
||||||
"""
|
"""
|
||||||
package = 'gr.androiddev.BenchmarkPi'
|
package_names = ['gr.androiddev.BenchmarkPi']
|
||||||
activity = '.BenchmarkPi'
|
activity = '.BenchmarkPi'
|
||||||
|
|
||||||
regex = re.compile('You calculated Pi in ([0-9]+)')
|
regex = re.compile('You calculated Pi in ([0-9]+)')
|
||||||
|
Reference in New Issue
Block a user