impemented mock testing

This commit is contained in:
2026-02-26 17:11:42 +01:00
parent f76acd6256
commit 667d94af7a
21 changed files with 480 additions and 110 deletions

View File

@@ -141,6 +141,13 @@ ryzenadj = "ryzenadj"
# env health verification
[benchmarking]
idle_duration_s = 10
stress_duration_min_s = 15
stress_duration_max_s = 45
cool_down_s = 5
power_steps_watts = [15.0, 20.0, 25.0, 30.0, 35.0]
[[preflight_checks]]
name = "MSR Write Access"
check_cmd = "grep -q 'msr.allow_writes=on' /proc/cmdline"