mirror of
https://git.proxmox.com/git/proxmox-resource-scheduling
synced 2025-10-04 06:52:09 +00:00
![]() Only the relative difference for values between different alternatives is relevant, meaning 0.002 vs 0.004 and 0.2 vs 0.4 will influence the scoring in the same way. This is not really desirable, because values closer to 1.0 indicate higher load and thus should influence the scoring more than differences that are actually tiny, but big when viewed as a relative difference. To avoid the issue, simply add 1.0 to all values. Like that, 1.002 vs 1.004 will also be small when viewed as a relative difference. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
.cargo | ||
debian | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
Makefile | ||
rustfmt.toml |