Skip to content

Commit

Permalink
Disable scala-dacapo:actors for Hotspot benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Oct 28, 2019
1 parent 79e69b1 commit 9a98c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ci_includes/x52-c2.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ bench-specjbb2015-forks-c2 : ${bench-specjbb2015} ${weeklys-bench-notifications}
builds += [
# JDK 11
${x52.c2-tmpfs10g} ${bench-dacapo-hwloc} ${vm_java_11} { name: "bench-compiler-dacapo-11-linux-x52-c2" }
${x52.c2-tmpfs10g} ${bench-scala-dacapo-hwloc} ${vm_java_11} { name: "bench-compiler-scala-dacapo-11-linux-x52-c2" }
${x52.c2-tmpfs10g} ${bench-scala-dacapo-all-hwloc} ${vm_java_11} { name: "bench-compiler-scala-dacapo-11-linux-x52-c2" }
${x52.c2} ${bench-specjvm2008-Single} ${vm_java_11} { name: "bench-compiler-specjvm2008-11-Single-linux-x52-c2-batch0" }
${x52.c2-tmpfs10g} ${bench-renaissance-hwloc} ${vm_java_11} { name: "bench-compiler-renaissance-11-linux-x52-c2" }
${x52.c2} ${bench-specjbb2005} ${vm_java_11} { name: "bench-compiler-specjbb2005-11-linux-x52-c2" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class GraalBenchmark {
static {
ModuleSupport.exportAndOpenAllPackagesToUnnamed("jdk.internal.vm.compiler");
}

public static class Defaults {
public static final int MEASUREMENT_ITERATIONS = 5;
public static final int WARMUP_ITERATIONS = 5;
Expand Down

0 comments on commit 9a98c1a

Please sign in to comment.