Skip to content

Commit 9324640

Browse files
committed
Use e3 machines instead of x52 for benchmarking on CI
1 parent 2651959 commit 9324640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ local part_definitions = {
238238
platform_name:: "LinuxAMD64",
239239
"$.cap":: {
240240
normal_machine: [],
241-
bench_machine: ["x52"] + self.normal_machine + ["no_frequency_scaling"],
241+
bench_machine: ["e3"] + self.normal_machine + ["no_frequency_scaling"],
242242
},
243243
},
244244
linux_aarch64: common.linux_aarch64 + common_deps + {

0 commit comments

Comments
 (0)