performance-metrics: Switch to QcowDisk

Switch from QcowFile to QcowDisk taking advantage of QcowTempDisk where
appropriate.

Assisted-by: Claude:claude-opus-4-7
Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-06-05 16:39:22 +01:00
parent cfce14edd1
commit 34e8e3dbf9
4 changed files with 41 additions and 45 deletions
+1
View File
@@ -8,6 +8,7 @@ version = "0.1.0"
[features]
default = []
io_uring = ["dep:io-uring"]
test-utils = []
[dependencies]
bitflags = { workspace = true }