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