Skip to content

Commit 44dfead

Browse files
committed
update benchmark machine spec
1 parent 5bfcc32 commit 44dfead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci_common/mixins.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local const = import 'constants.libsonnet';
2626
linux:: linux,
2727

2828
local linuxBench = linux + {
29-
capabilities +: ["no_frequency_scaling", "tmpfs25g", "x62"],
29+
capabilities +: ["no_frequency_scaling", "tmpfs25g", "x52"],
3030
},
3131
linuxBench:: linuxBench,
3232

@@ -122,4 +122,4 @@ local const = import 'constants.libsonnet';
122122
],
123123
},
124124
bench:: bench,
125-
}
125+
}

0 commit comments

Comments
 (0)