aboutsummaryrefslogtreecommitdiff
path: root/benchmarks-script/caffeinemark/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks-script/caffeinemark/run.sh')
-rwxr-xr-xbenchmarks-script/caffeinemark/run.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks-script/caffeinemark/run.sh b/benchmarks-script/caffeinemark/run.sh
new file mode 100755
index 0000000..668917b
--- /dev/null
+++ b/benchmarks-script/caffeinemark/run.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+#need to be defined for different benchmark apks
+activity="com.flexycore.caffeinemark/.Application"
+apk_file_name="com.flexycore.caffeinemark-1.apk"
+test_method="testCaffeine"
+apk_package="com.flexycore.caffeinemark"
+
+#following should no need to modify
+parent_dir=`dirname ${0}`
+source "${parent_dir}/../common/common.sh"
+main "$@"