cpu cores field

This commit is contained in:
2022-09-22 22:40:51 +00:00
parent 2fbd031988
commit 0b040b4334
5 changed files with 93 additions and 36 deletions

View File

@@ -20,7 +20,8 @@ message Auction {
string remaining = 11;
// hardware specs
repeated string gpus = 12;
CpuArchitecture cpuArch = 13;
uint64 memMb = 14;
uint64 storageGb = 15;
uint64 cpuCores = 13;
CpuArchitecture cpuArch = 14;
uint64 memMb = 15;
uint64 storageGb = 16;
}