Skip to content

Commit

Permalink
[GR-54040] Reduce warm and iteration time of specjvm2008
Browse files Browse the repository at this point in the history
PullRequest: graal/17883
  • Loading branch information
liufengyun committed May 31, 2024
2 parents ee1c3a3 + 43659e0 commit 0efe559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/ci/ci_common/benchmark-suites.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@
"SPECJVM2008": { name: "specjvm2008", version: "1.01" }
},
run+: [
self.benchmark_cmd + ["specjvm2008:*", "--"] + self.extra_vm_args + ["--", "-ikv", "-it", "240s", "-wt", "120s"]
self.benchmark_cmd + ["specjvm2008:*", "--"] + self.extra_vm_args + ["--", "-ikv", "-it", "30s", "-wt", "30s"]
],
timelimit: "3:00:00",
timelimit: "1:15:00",
forks_batches:: 5,
forks_timelimit:: "06:00:00",
forks_timelimit:: "02:30:00",
min_jdk_version:: 8,
max_jdk_version:: null
},
Expand Down

0 comments on commit 0efe559

Please sign in to comment.