aboutsummaryrefslogtreecommitdiff
path: root/benchmarks-script/geekbench/run.sh
blob: e06c610c30f73a7f3676b5ad5bd73029be59f633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

#need to be defined for different benchmark apks
activity="ca.primatelabs.geekbench2/.HomeActivity"
apk_file_name="ca.primatelabs.geekbench2-1.apk"
test_method="testGeekbench"
apk_package="ca.primatelabs.geekbench2"

#following should no need to modify
parent_dir=`dirname ${0}`
source "${parent_dir}/../common/common.sh"
main "$@"