forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathm7_eighth-c2.hocon
22 lines (20 loc) · 912 Bytes
/
m7_eighth-c2.hocon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Eigth of a M7 processor with 4 cores, 8 threads each
m7_eighth.c2 : {
targets: [weekly]
capabilities: [solaris, m7_eighth]
environment : {
XMX : "16g"
XMS : "16g"
JVM_CONFIG : "default"
JVM : "server"
MACHINE_NAME : "m7_eighth"
}
}
builds += [
${bench-dacapo} ${m7_eighth.c2} { name: "bench-dacapo-solaris-m7_eighth-c2" }
${bench-scala-dacapo} ${m7_eighth.c2} { name: "bench-scala-dacapo-solaris-m7_eighth-c2" }
${bench-specjvm2008-Single} ${m7_eighth.c2} { name: "bench-specjvm2008-Single-solaris-m7_eighth-c2" }
${bench-specjvm2008-OneVM} ${m7_eighth.c2} { name: "bench-specjvm2008-OneVM-solaris-m7_eighth-c2" }
${bench-specjbb2015} ${m7_eighth.c2} { name: "bench-specjbb2015-solaris-m7_eighth-c2" }
# ${bench-micros-graal} ${m7_eighth.c2} { name: "bench-jmh-micros-graal-solaris-m7_eighth-c2" }
]