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

#need to be defined for different benchmark apks
activity="com.drolez.nbench/.MainActivity"
apk_file_name="com.drolez.nbench-1.apk"
test_method="testNBench"
apk_package="com.drolez.nbench"
export DEV_ID=$1

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