mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
remove old bench
This commit is contained in:
parent
4e3089ffa5
commit
d519769703
5 changed files with 2 additions and 58 deletions
|
|
@ -8,7 +8,7 @@ pub mod data;
|
|||
pub mod docker;
|
||||
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
mod linux;
|
||||
pub mod linux;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub mod win;
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ impl Sensors {
|
|||
disk_stats: Mutex::new(DiskStatSource::new()?),
|
||||
disk_usage: Mutex::new(DiskUsageSource::new()?),
|
||||
cpu_power: Mutex::new(CpuPowerSource::new().unwrap_or_default()),
|
||||
gpu_power: Mutex::new(GpuPowerSource::default()),
|
||||
gpu_power: Mutex::new(GpuPowerSource),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue