aboutsummaryrefslogtreecommitdiff
path: root/benchmarks-script/linpack/run.sh
blob: 738511771438068baa7aa78252f8f5bb26ef2541 (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.greenecomputing.linpack/.Linpack"
apk_file_name="com.greenecomputing.linpack-1.apk"
test_method="testLinpack"
apk_package="com.greenecomputing.linpack"
export DEV_ID=$1

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