Skip to content

Commit

Permalink
[GR-35084] Use OracleJDK based builds for benchmarking.
Browse files Browse the repository at this point in the history
PullRequest: graal/10353
  • Loading branch information
farquet committed Nov 23, 2021
2 parents 995f87f + 526ab00 commit ac9240c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/ci_common/benchmark-suites.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
self._bench_upload(),
self.benchmark_cmd + ["scala-dacapo-gargantuan:*", "--"] + self.extra_vm_args
],
timelimit: "07:00:00",
timelimit: "08:00:00",
forks_batches:: null, # weekly forks disabled
forks_timelimit:: null,
min_jdk_version:: 8,
Expand Down
3 changes: 2 additions & 1 deletion compiler/ci_common/compiler-common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
]
},

bench_jdks:: [common.labsjdk11, common.labsjdk17],
bench_jdks:: [common["labsjdk-ee-11"], common["labsjdk-ee-17"]],

// Benchmarking building blocks
// ****************************
compiler_bench_base:: bench_common.bench_base + {
Expand Down

0 comments on commit ac9240c

Please sign in to comment.