hardware: prettify config output on 6/8-core CPUs (#313)
This commit is contained in:
parent
8a70b000e5
commit
7727c7764c
@ -55,6 +55,8 @@ module Hardware
|
|||||||
when 1 then "single"
|
when 1 then "single"
|
||||||
when 2 then "dual"
|
when 2 then "dual"
|
||||||
when 4 then "quad"
|
when 4 then "quad"
|
||||||
|
when 6 then "hexa"
|
||||||
|
when 8 then "octa"
|
||||||
else
|
else
|
||||||
Hardware::CPU.cores
|
Hardware::CPU.cores
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user