mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 13:00:36 -05:00
fffa3804aa
Populate `speed` using current scaling frequency and fix times multiplier. Fixes https://github.com/denoland/deno/issues/27555 <table> <tr> <th>Node.js</th> <th>Deno</th> </tr> <tr> <td> ``` > os.cpus() [ { model: 'AMD Ryzen 5 7530U with Radeon Graphics', speed: 1396, times: { user: 1769930, nice: 20, sys: 525630, idle: 41325700, irq: 110060 } }, ``` </td> <td> ``` > os.cpus() [ { model: "AMD Ryzen 5 7530U with Radeon Graphics", speed: 1630, times: [Object: null prototype] { user: 1795620, nice: 20, sys: 537840, idle: 41589390, irq: 111230 } }, ``` </td> </tr> </table> |
||
---|---|---|
.. | ||
benchmarks | ||
ops | ||
polyfills | ||
build.rs | ||
Cargo.toml | ||
clippy.toml | ||
global.rs | ||
lib.rs | ||
polyfill.rs | ||
README.md |
deno_node
require
and other node related functionality for Deno.