We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 2274b7eCopy full SHA for 2274b7e
.gitignore
@@ -0,0 +1,20 @@
1
+# built application files
2
+*.apk
3
+*.ap_
4
+
5
+# files for the dex VM
6
+*.dex
7
8
+# Java class files
9
+*.class
10
11
+# generated files
12
+bin/
13
+gen/
14
15
+# Local configuration file (sdk path, etc)
16
+local.properties
17
18
+# Eclipse project files
19
+.classpath
20
+.project
README.md
@@ -0,0 +1,4 @@
+scimark2-android
+================
+A straight port of the Scimark2 benchmark to Android.
0 commit comments