aboutsummaryrefslogtreecommitdiff
path: root/README
blob: b5b5c9241c120162546553273389df12f43dfcf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This project is used to run benchmark applications in:
http://linaro-private.git.linaro.org/git/people/bhoj/benchmarks.git

1. steps to run the uiautomator script:
* have a fully built Android source tree
* build the test:
  mmm external/thirdparty-benchmarks
* deploy the test:
  adb push ${OUT}/data/local/tmp/linaro.android.jar /data/local/tmp/
* run the test:
  adb shell uiautomator runtest linaro.android.jar \
    -c org.linaro.benchmarks.BenchmarksTestCase#${test_method}

Steps to create new tests off it:
* open file src/org/linaro/benchmarks/BenchmarksTestCase.java
* add method like testLinpack

2. steps to run the scripts in benchmarks-script directory
* checkout this git repository
* run command like "monkeyrunner benchmarks-script/antutu/run.py" for antutu test