Skip to content

Commit 572e221

Browse files
committed
Adjust to move of fork counts generator
1 parent 168e089 commit 572e221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/ci_includes/baseline-benchmarks.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
]),
3131

3232
local weekly_forks_builds = std.flattenArrays([
33-
cc.generate_fork_builds(c.weekly + hw.x52 + jdk + cc.c2 + suite)
33+
bc.generate_fork_builds(c.weekly + hw.x52 + jdk + cc.c2 + suite)
3434
for jdk in amd64_jdks
3535
for suite in bench.groups.weekly_forks_suites
3636
if suite.is_jdk_supported(jdk.jdk_version)

0 commit comments

Comments
 (0)