performance-metrics: Add util module with shared micro benchmark helpers

These factor out common setup and synchronization patterns used by block
layer micro benchmarks.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski
2026-03-14 15:28:14 +01:00
committed by Bo Chen
parent b12620cf25
commit be6f63a740
4 changed files with 39 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -1602,6 +1602,7 @@ dependencies = [
"serde_json",
"test_infra",
"thiserror 2.0.18",
"vmm-sys-util",
]
[[package]]