Skip to content

Commit 56fc593

Browse files
kustomzoneCopilot
andauthored
Update crates/core/src/wasm_runtime/runtime.rs
Co-authored-by: Copilot <[email protected]>
1 parent 70c1554 commit 56fc593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/wasm_runtime/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ fn get_cpu_cycles_per_second_runtime() -> Option<u64> {
463463
let wmi_con = WMIConnection::new().ok()?;
464464

465465
let results: Vec<Win32Processor> = wmi_con
466-
.raw_query("SELECT MaxClockSpeed FROM Win32Processor")
466+
.raw_query("SELECT MaxClockSpeed FROM Win32_Processor")
467467
.ok()?;
468468

469469
if let Some(cpu) = results.first() {

0 commit comments

Comments
 (0)