Skip to content

Commit

Permalink
[GR-17457] Use e3 machines instead of x52 for benchmarking on CI
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/4260
  • Loading branch information
andrykonchin committed Apr 30, 2024
2 parents 47b99a3 + 9324640 commit 10337df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ local part_definitions = {
platform_name:: "LinuxAMD64",
"$.cap":: {
normal_machine: [],
bench_machine: ["x52"] + self.normal_machine + ["no_frequency_scaling"],
bench_machine: ["e3"] + self.normal_machine + ["no_frequency_scaling"],
},
},
linux_aarch64: common.linux_aarch64 + common_deps + {
Expand Down

0 comments on commit 10337df

Please sign in to comment.