Blob Blame History Raw
The package build does not run benches.

--- a/src/snapshot/Cargo.toml
+++ b/src/snapshot/Cargo.toml
@@ -17,9 +17,6 @@
 displaydoc = "0.2.4"
 log-instrument = { path = "../log-instrument", optional = true }
 
-[dev-dependencies]
-criterion = { version = "0.5.0", default-features = false }
-
 [[bench]]
 name = "version_map"
 harness = false
--- a/src/vmm/Cargo.toml
+++ b/src/vmm/Cargo.toml
@@ -48,7 +48,6 @@
 vm-fdt = "0.2.0"
 
 [dev-dependencies]
-criterion = { version = "0.5.0", default-features = false }
 device_tree = "1.1.0"
 proptest = { version = "1.0.0", default-features = false, features = ["std"] }
 itertools = "0.12.0"