We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab76b64 commit a5f3633Copy full SHA for a5f3633
compiler/ci/ci_common/benchmark-suites.libsonnet
@@ -70,7 +70,7 @@
70
run+: [
71
self.benchmark_cmd + ["scala-dacapo:*", "--"] + self.extra_vm_args
72
],
73
- timelimit: "01:00:00",
+ timelimit: "01:30:00",
74
forks_batches:: 2,
75
bench_forks_per_batch:: 3,
76
forks_timelimit:: "02:30:00",
@@ -105,7 +105,7 @@
105
106
self.benchmark_cmd + ["renaissance:*"] + suite_version_args + ["--"] + self.extra_vm_args
107
108
- timelimit: "2:00:00",
+ timelimit: "2:30:00",
109
forks_batches:: 4,
110
bench_forks_per_batch:: 2,
111
forks_timelimit:: "4:00:00",
0 commit comments