From: Dominik Rusovac <d.rusovac@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [RFC proxmox 0/3] evaluate static scheduler variants
Date: Fri, 6 Mar 2026 09:20:43 +0100 [thread overview]
Message-ID: <20260306082046.34311-1-d.rusovac@proxmox.com> (raw)
Do not apply as-is.
Adds feature-gated variants of TOPSIS and static resource scheduling.
Uses proptest crate for evaluating variants, precisely:
* for the generation of inputs as part of comparisons; and
* for shrinking the search space of inputs to unveil different results.
Dominik Rusovac (3):
resource-scheduling: add lab feature
resource-scheduling: add {topsis,pve_static}-variants with basic
proptests
resource-scheduling: evaluate static scheduler variants
Cargo.toml | 1 +
proxmox-resource-scheduling/Cargo.toml | 6 +
proxmox-resource-scheduling/src/pve_static.rs | 218 ++++++++
proxmox-resource-scheduling/src/topsis.rs | 190 +++++++
.../tests/pve_static.rs | 495 ++++++++++++++++++
5 files changed, 910 insertions(+)
create mode 100644 proxmox-resource-scheduling/tests/pve_static.rs
--
2.47.3
next reply other threads:[~2026-03-06 8:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-06 8:20 Dominik Rusovac [this message]
2026-03-06 8:20 ` [RFC proxmox 1/3] resource-scheduling: add lab feature Dominik Rusovac
2026-03-06 8:20 ` [RFC proxmox 2/3] resource-scheduling: add {topsis,pve_static}-variants with basic proptests Dominik Rusovac
2026-03-06 8:20 ` [RFC proxmox 3/3] resource-scheduling: evaluate static scheduler variants Dominik Rusovac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260306082046.34311-1-d.rusovac@proxmox.com \
--to=d.rusovac@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.