Skip to content

Commit 344dd29

Browse files
feat(baremetal): add support for benchmark (#1475)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 10fcdeb commit 344dd29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/baremetal/v1/baremetal_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ type CPU struct {
621621
ThreadCount uint32 `json:"thread_count"`
622622
// Frequency: frequency of the CPU in MHz
623623
Frequency uint32 `json:"frequency"`
624+
// Benchmark: benchmark of the CPU
625+
Benchmark string `json:"benchmark"`
624626
}
625627

626628
// CreateServerRequestInstall: create server request. install

0 commit comments

Comments
 (0)