mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
These factor out common setup and synchronization patterns used by block layer micro benchmarks. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
18 lines
450 B
TOML
18 lines
450 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition.workspace = true
|
|
name = "performance-metrics"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
clap = { workspace = true, features = ["wrap_help"] }
|
|
dirs = { workspace = true }
|
|
serde = { workspace = true, features = ["derive", "rc"] }
|
|
serde_json = { workspace = true }
|
|
test_infra = { path = "../test_infra" }
|
|
thiserror = { workspace = true }
|
|
vmm-sys-util = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|