mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
BenchmarkPi: Added default package name list
This commit is contained in:
parent
4523fb74b6
commit
6571d012c2
@ -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]+)')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user