docs(runbook): fix B8 template name (WinBuild2025, not 2022)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 22:27:00 +02:00
parent c9549c1db2
commit 138fe8d19f
+4 -4
View File
@@ -417,10 +417,10 @@ additional runs may close the gap. No non-IP phase regressed.
---
## 8. Static IP baseline — WinBuild2022 with ip_pool (B8 result)
## 8. Static IP baseline — WinBuild2025 with ip_pool (B8 result)
Recorded 2026-05-25 — `Measure-CIBenchmark.ps1 -StaticIP 192.168.79.200 -Iterations 4`,
Linux Mint host, template `WinBuild2022` / snapshot `BaseClean`.
Linux Mint host, template `WinBuild2025` / snapshot `BaseClean`.
`guestinfo.ip-assignment` injected into cloned VMX before start;
`ci-static-ip.ps1` scheduled task applies IP at boot and writes back
`guestinfo.ci-ip`. IP column = time until `guestinfo.ci-ip` readable via
@@ -452,6 +452,6 @@ Ready column = WinRM/5986 TCP probe after IP known.
`guestinfo.ci-ip` is written — no additional TCP probe wait.
- `ci-static-ip.ps1` startup latency (~21.8 s) is the new floor; it reflects
Windows boot + Task Scheduler + NIC reconfiguration time.
- Destroy is slower on WinBuild2022 (~10 s vs ~5 s on WinBuild2025)
unrelated to static IP; likely VMDK or snapshot difference.
- Destroy is slower than B7 (~10 s vs ~5 s) despite same template
likely due to different clone state or disk pressure at test time.