forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add benchmark builds for C1 and C2 on T7-2 and X5-2 machines
Following benchmarks are running weekly with C1 and C2: * DaCapo * Scala DaCapo * SPECJVM2008 * SPECJBB2005 * SPECJBB2015 * Graal Micros
- vscode-20.3.0
- vm-enterprise-0.33
- vm-enterprise-0.32
- vm-enterprise-0.31
- vm-enterprise-0.30.2
- vm-enterprise-0.30.1
- vm-enterprise-0.30
- vm-enterprise-0.29
- vm-enterprise-0.28.2
- vm-enterprise-0.28.1
- vm-enterprise-0.28
- vm-enterprise-0.27
- vm-enterprise-0.26
- vm-enterprise-0.25
- vm-enterprise-0.24
- vm-ee-21.3.0
- vm-ee-21.2.0
- vm-ce-21.3.0
- vm-ce-21.2.0
- vm-21.3.0
- vm-21.2.0
- vm-21.1.0
- vm-21.0.0.2
- vm-21.0.0
- vm-20.3.4
- vm-20.3.3
- vm-20.3.2
- vm-20.3.1.2
- vm-20.3.1
- vm-20.3.0
- vm-20.2.0
- vm-20.1.0
- vm-20.0.1
- vm-20.0.0
- vm-19.3.6
- vm-19.3.5
- vm-19.3.4
- vm-19.3.3
- vm-19.3.2
- vm-19.3.1
- vm-19.3.0.2
- vm-19.3.0
- vm-19.2.1
- vm-19.2.0.1
- vm-19.2.0
- vm-19.2.0-dev-b01
- vm-19.1.1
- vm-19.1.0
- vm-19.0.2
- vm-19.0.0
- vm-1.0.0-rc16
- vm-1.0.0-rc15
- vm-1.0.0-rc14
- vm-1.0.0-rc13
- vm-1.0.0-rc12
- vm-1.0.0-rc11
- vm-1.0.0-rc10
- vm-1.0.0-rc9
- vm-1.0.0-rc8
- vm-1.0.0-rc7
- vm-1.0.0-rc6
- vm-1.0.0-rc5
- vm-1.0.0-rc4
- vm-1.0.0-rc3
- vm-1.0.0-rc2
- vm-1.0.0-rc1
- trufflejson-20180130
- truffle-0.33
- truffle-0.32
- truffle-0.31
- truffle-0.30
- truffle-0.29
- truffle-0.28.1
- truffle-0.28
- truffle-0.27
- truffle-0.26
- sdk-0.33
- sdk-0.32
- sdk-0.31
- sdk-0.30
- sdk-0.29
- sdk-0.28
- sdk-0.27
- java-ubench-agent-2e5becaf97a
- idealgraphvisualizer-543
- idealgraphvisualizer-416
- hsdis-20180108
- graal-vm-0.23
- dacapo-9.12-d3s
- dacapo-9.12-bach-patched
- c1visualizer-1.7
- antlr-complete-4.7
- JDK-8247922
- JDK-8243380
- JDK-8241231
- JDK-8238355
- JDK-8235927
- JDK-8235634
- JDK-8233841
- JDK-8233273
- JDK-8231973
- JDK-8229201
- JDK-8226771
- JDK-8225497
- JDK-8222665
- JDK-8221598
- JDK-8221341
- JDK-8220389
- JDK-8218074
- JDK-8215224
- JDK-8214023
- JDK-8210777
- JDK-8210478
- JDK-8206992
- JDK-8205824
- JDK-8204231
- JDK-8202670
- JDK-8199755
- JDK-8198969
- JDK-8194819
- JDK-8193439
- JDK-8192814
- JDK-8190710
- JDK-8187438
- JDK-8186850
- JDK-8186681
- JDK-8186158
- JDK-8185829
- JDK-8184768
- JDK-8183991
- JDK-8182883
- JDK-8182557
- JDK-8182018
- JDK-8181369
- JDK-8180267
- JDK-8178864
- JDK-8178088
- JDK-8177046
- JDK-8166417
Stefan Anzinger
committed
Jul 7, 2016
1 parent
3c9f5d6
commit 8792d23
Showing
9 changed files
with
210 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
# DaCapo-related targets | ||
|
||
bench-arguments : ["--machine-name", "${MACHINE_NAME}", "--", "-Xmx64g", "-Xms64g", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}", "--jvm=${JVM}"] | ||
|
||
bench-jvmci : { | ||
mx-benchmark : ["mx", "benchmark", "--results-file", "bench-results.json"] | ||
mx-dacapo : ${bench-jvmci.mx-benchmark} ["dacapo:*"] | ||
mx-scala-dacapo : ${bench-jvmci.mx-benchmark} ["scala-dacapo:*"] | ||
mx-dacapo-timing : ${bench-jvmci.mx-benchmark} ["dacapo-timing:*"] | ||
mx-scala-dacapo-timing : ${bench-jvmci.mx-benchmark} ["scala-dacapo-timing:*"] | ||
mx-specjvm2008: ${bench-jvmci.mx-benchmark} ["specjvm2008"] | ||
mx-specjbb2005: ${bench-jvmci.mx-benchmark} ["specjbb2005"] | ||
mx-specjbb2015: ${bench-jvmci.mx-benchmark} ["specjbb2015"] | ||
mx-micros-graal: ${bench-jvmci.mx-benchmark} ["jmh-graal-core-whitebox:*"] | ||
mx-teardown : ["bench-uploader.py", "--url", "$BENCH_SERVER_URL", "bench-results.json"] | ||
} | ||
|
||
bench-common-8 : ${java8Downloads} { | ||
setup: [ | ||
["mx", "build"] | ||
] | ||
teardown : [ | ||
${bench-jvmci.mx-teardown} | ||
] | ||
} | ||
|
||
bench-dacapo: ${bench-common-8} { | ||
targets : [bench, post-merge] | ||
run: [ | ||
${bench-jvmci.mx-dacapo} ${bench-arguments} | ||
] | ||
} | ||
|
||
bench-dacapo-timing: ${commonLinux} ${bench-common-8} { | ||
targets: [daily] | ||
run: [ | ||
${bench-jvmci.mx-dacapo-timing} ${bench-arguments} | ||
] | ||
} | ||
|
||
# Scala DaCapo-related targets | ||
|
||
bench-scala-dacapo: ${bench-common-8} { | ||
targets: [bench, post-merge] | ||
run: [ | ||
${bench-jvmci.mx-scala-dacapo} ${bench-arguments} | ||
] | ||
} | ||
|
||
bench-scala-dacapo-timing: ${bench-common-8} { | ||
targets: [daily] | ||
run: [ | ||
${bench-jvmci.mx-scala-dacapo-timing} ${bench-arguments} | ||
] | ||
} | ||
|
||
# SPECjbb2005-related targets | ||
|
||
bench-specjbb2005: ${bench-common-8} { | ||
downloads: { | ||
SPECJBB2005: { name: specjbb2005, version: "1.07" } | ||
} | ||
timelimit: "2:00:00" | ||
} | ||
|
||
# SPECJvm2008-related targets | ||
|
||
bench-specjvm2008: ${bench-common-8} { | ||
targets: [bench, post-merge] | ||
downloads: { | ||
SPECJVM2008: { name: specjvm2008, version: "1.01" } | ||
} | ||
run: [ | ||
${bench-jvmci.mx-specjvm2008} ${bench-arguments} [ | ||
"--", "-it", "240s", "-wt", "120s" | ||
] | ||
] | ||
timelimit: "2:50:00" | ||
} | ||
|
||
# SPECjbb2015-related targets | ||
|
||
bench-specjbb2015: ${bench-common-8} { | ||
targets: [bench, post-merge] | ||
run: [ | ||
${bench-jvmci.mx-specjbb2015} ${bench-arguments} | ||
] | ||
downloads: { | ||
SPECJBB2015: { name: specjbb2015, version: "1.00" } | ||
} | ||
timelimit: "3:00:00" | ||
} | ||
|
||
# JMH micros graal | ||
|
||
bench-micros-graal: ${bench-common-8} { | ||
targets: [weekly] | ||
run: [ | ||
${bench-jvmci.mx-micros-graal} ${bench-arguments} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# T7-2 machine, with zone limited to one socket (half) | ||
|
||
t72half.c1 : { | ||
targets: [weekly] | ||
capabilities: [solaris, t72half] | ||
environment : { | ||
JVM_CONFIG : "default" | ||
JVM : "client" | ||
MACHINE_NAME : "t72half" | ||
} | ||
} | ||
|
||
builds += [ | ||
${bench-dacapo} ${t72half.c1} { name: "bench-dacapo-linux-t72half-c1" } | ||
${bench-scala-dacapo} ${t72half.c1} { name: "bench-scala-dacapo-linux-t72half-c1" } | ||
${bench-specjvm2008} ${t72half.c1} { name: "bench-specjvm2008-linux-t72half-c1" } | ||
${bench-specjbb2015} ${t72half.c1} { name: "bench-specjbb2015-linux-t72half-c1" } | ||
# ${bench-micros-graal} ${t72half.c1} { name: "bench-jmh-micros-graal-t72half-c1" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# T7-2 machine, with zone limited to one socket (half) | ||
|
||
t72half.c2 : { | ||
targets: [weekly] | ||
capabilities: [solaris, t72half] | ||
environment : { | ||
JVM_CONFIG : "default" | ||
JVM : "server" | ||
MACHINE_NAME : "t72half" | ||
} | ||
} | ||
|
||
builds += [ | ||
${bench-dacapo} ${t72half.c2} { name: "bench-dacapo-linux-t72half-c2" } | ||
${bench-scala-dacapo} ${t72half.c2} { name: "bench-scala-dacapo-linux-t72half-c2" } | ||
${bench-specjvm2008} ${t72half.c2} { name: "bench-specjvm2008-linux-t72half-c2" } | ||
${bench-specjbb2015} ${t72half.c2} { name: "bench-specjbb2015-linux-t72half-c2" } | ||
# ${bench-micros-graal} ${t72half.c2} { name: "bench-jmh-micros-graal-t72half-c2" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
x52.c1 : { | ||
targets: [weekly] | ||
capabilities: [linux, x52] | ||
environment : { | ||
JVM_CONFIG : "default" | ||
JVM : "client" | ||
MACHINE_NAME: "x52" | ||
} | ||
} | ||
|
||
builds += [ | ||
${bench-dacapo} ${x52.c1} { name: "bench-dacapo-linux-x52-c1" } | ||
${bench-scala-dacapo} ${x52.c1} { name: "bench-scala-dacapo-linux-x52-c1" } | ||
${bench-specjvm2008} ${x52.c1} { name: "bench-specjvm2008-linux-x52-c1" } | ||
${bench-specjbb2015} ${x52.c1} { name: "bench-specjbb2015-linux-x52-c1" } | ||
# ${bench-micros-graal} ${x52.c1} { name: "bench-jmh-micros-graal-x52-c1" } | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
x52.c2 : { | ||
targets: [weekly] | ||
capabilities: [linux, x52] | ||
environment : { | ||
JVM_CONFIG : "default" | ||
JVM : "server" | ||
MACHINE_NAME: "x52" | ||
} | ||
} | ||
|
||
builds += [ | ||
${bench-dacapo} ${x52.c2} { name: "bench-dacapo-linux-x52-c2" } | ||
${bench-scala-dacapo} ${x52.c2} { name: "bench-scala-dacapo-linux-x52-c2" } | ||
${bench-specjvm2008} ${x52.c2} { name: "bench-specjvm2008-linux-x52-c2" } | ||
${bench-specjbb2015} ${x52.c2} { name: "bench-specjbb2015-linux-x52-c2" } | ||
# ${bench-micros-graal} ${x52.c2} { name: "bench-jmh-micros-graal-x52-c2" } | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,15 @@ | ||
x52.tracera: { | ||
x52.tracera: ${x52.default} { | ||
environment : { | ||
JVM_CONFIG : "graal-core-tracera" | ||
} | ||
} | ||
|
||
|
||
# DaCapo-related targets | ||
|
||
bench-dacapo-x52-tracera: ${bench-dacapo-x52} ${x52.tracera} { | ||
capabilities: [linux, x52, bench, daily] | ||
name: "bench-dacapo-linux-x52-tracera" | ||
} | ||
|
||
bench-dacapo-timing-x52-tracera: ${bench-dacapo-timing-x52} ${x52.tracera} { | ||
capabilities: [linux, x52, daily] | ||
name: "bench-dacapo-timing-linux-x52-tracera" | ||
} | ||
|
||
# Scala DaCapo-related targets | ||
|
||
bench-scala-dacapo-x52-tracera: ${bench-scala-dacapo-x52} ${x52.tracera} { | ||
capabilities: [linux, x52, bench, daily] | ||
name: "bench-scala-dacapo-linux-x52-tracera" | ||
} | ||
|
||
bench-scala-dacapo-timing-x52-tracera: ${bench-scala-dacapo-timing-x52} ${x52.tracera} { | ||
capabilities: [linux, x52, daily] | ||
name: "bench-scala-dacapo-timing-linux-x52-tracera" | ||
} | ||
|
||
# SPECJvm2008-related targets | ||
|
||
bench-specjvm2008-x52-tracera: ${bench-specjvm2008-x52} ${x52.tracera} { | ||
capabilities: [linux, x52, bench, daily] | ||
name: "bench-specjvm2008-linux-x52-tracera" | ||
} | ||
|
||
# SPECjbb2015-related targets | ||
|
||
bench-specjbb2015-x52-tracera: ${bench-specjbb2015-x52} ${x52.tracera} { | ||
capabilities: [linux, x52, bench, daily] | ||
name: "bench-specjbb2015-linux-x52-tracera" | ||
} | ||
|
||
|
||
# Build targets | ||
|
||
builds += [ | ||
${bench-dacapo-x52-tracera} | ||
${bench-scala-dacapo-x52-tracera} | ||
${bench-specjvm2008-x52-tracera} | ||
${bench-specjbb2015-x52-tracera} | ||
${bench-dacapo-timing-x52-tracera} | ||
${bench-scala-dacapo-timing-x52-tracera} | ||
${bench-dacapo} ${x52.default} { name: "bench-dacapo-linux-x52-tracera" } | ||
${bench-dacapo-timing} ${x52.default} { name: "bench-dacapo-timing-linux-x52-tracera" } | ||
${bench-scala-dacapo} ${x52.default} { name: "bench-scala-dacapo-linux-x52-tracera" } | ||
${bench-scala-dacapo-timing} ${x52.default} { name: "bench-scala-dacapo-timing-linux-x52-tracera" } | ||
${bench-specjvm2008} ${x52.default} { name: "bench-specjvm2008-linux-x52-tracera" } | ||
${bench-specjbb2015} ${x52.default} { name: "bench-specjbb2015-linux-x52-tracera" } | ||
${bench-micros-graal} ${x52.default} { name: "bench-jmh-micros-graal-x52-tracera" } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,105 +1,18 @@ | ||
x52.default : { | ||
capabilities: [linux, x52] | ||
environment : { | ||
JVM_CONFIG : "graal-core" | ||
JVM : "server" | ||
MACHINE_NAME: "x52" | ||
} | ||
} | ||
|
||
# DaCapo-related targets | ||
|
||
bench-dacapo-x52: ${commonLinux} ${bench-common-8} ${x52.default} { | ||
capabilities: [linux, x52, bench, post-merge] | ||
name: "bench-dacapo-linux-x52" | ||
run: [ | ||
${bench-jvmci.mx-dacapo} [ | ||
"--machine-name", "x52", "--", | ||
"-Xmx64g", "-Xms64g", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}" | ||
] | ||
] | ||
} | ||
|
||
bench-dacapo-timing-x52: ${commonLinux} ${bench-common-8} ${x52.default} { | ||
capabilities: [linux, x52, daily] | ||
name: "bench-dacapo-timing-linux-x52" | ||
run: [ | ||
${bench-jvmci.mx-dacapo-timing} [ | ||
"--machine-name", "x52", "--", | ||
"-Xmx64g", "-Xms64g", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}" | ||
] | ||
] | ||
} | ||
|
||
# Scala DaCapo-related targets | ||
|
||
bench-scala-dacapo-x52: ${commonLinux} ${bench-common-8} ${x52.default} { | ||
capabilities: [linux, x52, bench, post-merge] | ||
name: "bench-scala-dacapo-linux-x52" | ||
run: [ | ||
${bench-jvmci.mx-scala-dacapo} [ | ||
"--machine-name", "x52", "--", | ||
"-Xmx64g", "-Xms64g", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}" | ||
] | ||
] | ||
} | ||
|
||
bench-scala-dacapo-timing-x52: ${commonLinux} ${bench-common-8} ${x52.default} { | ||
capabilities: [linux, x52, daily] | ||
name: "bench-scala-dacapo-timing-linux-x52" | ||
run: [ | ||
${bench-jvmci.mx-scala-dacapo-timing} [ | ||
"--machine-name", "x52", "--", | ||
"-Xmx64g", "-Xms64g", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}" | ||
] | ||
] | ||
} | ||
|
||
# SPECJvm2008-related targets | ||
|
||
bench-specjvm2008-x52: ${commonLinux} ${bench-specjvm2008} ${x52.default} { | ||
capabilities: [linux, x52, bench, post-merge] | ||
name: "bench-specjvm2008-linux-x52" | ||
run: [ | ||
${bench-jvmci.mx-specjvm2008} [ | ||
"--machine-name", "x52", "--", | ||
"-Xmx64g", "-Xms64g", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}", "--", | ||
"-it", "240s", "-wt", "120s" | ||
] | ||
] | ||
} | ||
|
||
# SPECjbb2015-related targets | ||
|
||
bench-specjbb2015-x52: ${commonLinux} ${bench-specjbb2015} ${x52.default} { | ||
capabilities: [linux, x52, bench, post-merge] | ||
name: "bench-specjbb2015-linux-x52" | ||
run: [ | ||
${bench-jvmci.mx-specjbb2015} [ | ||
"--machine-name", "x52", "--", | ||
"-Xmx64g", "-Xms64g", "-Xmn56g", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}" | ||
] | ||
] | ||
} | ||
|
||
# JMH micros graal | ||
|
||
bench-micros-graal-x52: ${bench-common-8} ${x52.default} { | ||
capabilities: [linux, x52, weekly] | ||
name: "bench-jmh-micros-graal-x52" | ||
run: [ | ||
${bench-jvmci.mx-micros-graal} [ | ||
"--machine-name", "x52", "--", | ||
"-Xmx64g", "-Xms64g", "-Xmn56g", "-XX:+PrintConcurrentLocks", "--jvm-config=${JVM_CONFIG}" | ||
] | ||
] | ||
} | ||
|
||
# Build targets | ||
|
||
builds += [ | ||
${bench-dacapo-x52} | ||
${bench-scala-dacapo-x52} | ||
${bench-specjvm2008-x52} | ||
${bench-specjbb2015-x52} | ||
${bench-dacapo-timing-x52} | ||
${bench-scala-dacapo-timing-x52} | ||
${bench-micros-graal-x52} | ||
${bench-dacapo} ${x52.default} { name: "bench-dacapo-linux-x52" } | ||
${bench-dacapo-timing} ${x52.default} { name: "bench-dacapo-timing-linux-x52" } | ||
${bench-scala-dacapo} ${x52.default} { name: "bench-scala-dacapo-linux-x52" } | ||
${bench-scala-dacapo-timing} ${x52.default} { name: "bench-scala-dacapo-timing-linux-x52" } | ||
${bench-specjvm2008} ${x52.default} { name: "bench-specjvm2008-linux-x52" } | ||
${bench-specjbb2015} ${x52.default} { name: "bench-specjbb2015-linux-x52" } | ||
${bench-micros-graal} ${x52.default} { name: "bench-jmh-micros-graal-x52" } | ||
] |