-
Notifications
You must be signed in to change notification settings - Fork 5
/
working-benchmarks.yml
67 lines (56 loc) · 1.77 KB
/
working-benchmarks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
projects:
jblas:
giturl: https://github.com/opprop-benchmarks/jblas.git
build: mvn compile -B
clean: mvn clean -B
# exp4j:
# giturl: https://github.com/opprop-benchmarks/exp4j.git
# build: mvn install
# clean: mvn clean
# Cannot compile with JDK11
# JLargeArrays:
# giturl: https://github.com/opprop-benchmarks/JLargeArrays.git
# build: mvn install
# clean: mvn clean
# jReactPhysics3D:
# giturl: https://github.com/opprop-benchmarks/jReactPhysics3D.git
# build: mvn install
# clean: mvn clean
imgscalr:
giturl: https://github.com/opprop-benchmarks/imgscalr.git
build: mvn compile -B
clean: mvn clean -B
react:
giturl: https://github.com/flow/react.git
git-ref: e8f7ee5ec666d2d1783c8a16b9cbd49bc11f037c
build: mvn compile -B
clean: mvn clean -B
FaceDetection:
giturl: https://github.com/azeevg/FaceDetection.git
git-ref: 1a8c91328f96e90cc2c8270d6adce9e663793bc0
build: mvn compile -B
clean: mvn clean -B
Facer:
giturl: https://github.com/bharathk005/Facer.git
git-ref: 6ce45ce52310fc820173a12b72b29261acdf3181
build: ant
clean: ant clean
jama:
giturl: https://github.com/cstroe/jama.git
git-ref: d6b3e3d192bb901aec5e16a084c824d8db336d74
build: mvn compile -B
clean: mvn clean -B
hwinkler-matrix-toolkits-java:
giturl: https://github.com/opprop-benchmarks/hwinkler-matrix-toolkits-java.git
build: mvn compile -B
clean: mvn clean -B
la4j:
giturl: https://github.com/vkostyukov/la4j.git
git-ref: db204167aa6161cd2104ce845e62518cae451d70
build: mvn compile -B
clean: mvn clean -B
# jump:
# giturl: https://github.com/aas-integration/jump.git
# git-ref: e05cac7b1b584a493978d6861cbc7fa762816f34
# build: ant jar
# clean: ant clean