mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
Update api/src/unraid-api/graph/resolvers/info/cpu/cpu.service.spec.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Pujit Mehrotra
parent
95adc92cd3
commit
f494394825
@@ -127,7 +127,15 @@ describe('CpuService', () => {
|
||||
l3: 12582912,
|
||||
},
|
||||
flags: ['fpu', 'vme', 'de', 'pse', 'tsc', 'msr', 'pae', 'mce', 'cx8'],
|
||||
power: { id: 'info/cpu-power' },
|
||||
packages: {
|
||||
totalPower: 65.5,
|
||||
power: [32.5, 33.0],
|
||||
temp: [45.0, 46.0],
|
||||
},
|
||||
topology: [
|
||||
[[0, 1], [2, 3]],
|
||||
[[4, 5], [6, 7]],
|
||||
],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user