Hi ,
I wanted your inputs on an appropriate project path to host benchmarking project.The project would basically host the apk and a monkeyrunner script corresponding to the apk to run in an automated manner.
Currently This is what I have thought . A single project with different benchmarking apps.The project name would be "Linaro/Benchmarks/" and the apps would be checked in this manner:
Benchmarks
|
|----Linpack
| |----Linpack.apk
| |----run.py (monkeyrunner script)
|
|----Quadrant
| |----Quandrant.apk
| |----run.py
This layout helps us to leverage the existing monkeyrunner support in LAVA. LAVA monkeyrunner support expects the git to be in this layout .
Regards,
Vishal