Fix CPU spec incorrectly showing distro name instead of CPU model
This commit is contained in:
parent
c7c4208f63
commit
8027375802
@ -199,7 +199,7 @@ func postBenchmarkCreate(c *gin.Context) {
|
||||
Description: description,
|
||||
|
||||
SpecDistro: csvSpecs.Distro,
|
||||
SpecCPU: csvSpecs.Distro,
|
||||
SpecCPU: csvSpecs.CPU,
|
||||
SpecGPU: csvSpecs.GPU,
|
||||
SpecRAM: csvSpecs.RAM,
|
||||
SpecKernel: csvSpecs.Kernel,
|
||||
|
Loading…
Reference in New Issue
Block a user