Description: avoid benches
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-05-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@
 edition.workspace = true
 default-run = "wasmtime"
 rust-version.workspace = true
+autobenches = false
 
 [package.metadata.binstall]
 pkg-url = "{repo}/releases/download/v{version}/wasmtime-v{version}-{target-arch}-{target-family}{archive-suffix}"
@@ -86,7 +87,6 @@
 tempfile = { workspace = true }
 tokio = { workspace = true, features = ["rt", "time", "macros", "rt-multi-thread"] }
 wast = { workspace = true }
-criterion = { workspace = true }
 num_cpus = "1.13.0"
 memchr = "2.4"
 async-trait = { workspace = true }
@@ -312,7 +312,6 @@
 url = "2.3.1"
 humantime = "2.0.0"
 postcard = { version = "1.0.8", default-features = false, features = ['alloc'] }
-criterion = { version = "0.5.0", default-features = false, features = ["html_reports", "rayon"] }
 rustc-hash = "2.0.0"
 libtest-mimic = "0.7.0"
 semver = { version = "1.0.17", default-features = false }
@@ -432,22 +431,6 @@
 [[example]]
 name = "tokio"
 
-[[bench]]
-name = "instantiation"
-harness = false
-
-[[bench]]
-name = "thread_eager_init"
-harness = false
-
-[[bench]]
-name = "trap"
-harness = false
-
-[[bench]]
-name = "call"
-harness = false
-
 [profile.fastest-runtime]
 inherits = "release"
 codegen-units = 1
--- a/cranelift/codegen/Cargo.toml
+++ b/cranelift/codegen/Cargo.toml
@@ -12,6 +12,7 @@
 build = "build.rs"
 edition.workspace = true
 rust-version.workspace = true
+autobenches = false
 
 [lints]
 workspace = true
@@ -43,7 +44,6 @@
 # accommodated in `tests`.
 
 [dev-dependencies]
-criterion = { workspace = true }
 similar = "2.1.0"
 env_logger = { workspace = true }
 
@@ -123,7 +123,3 @@
 #
 # Enabled by default.
 timing = []
-
-[[bench]]
-name = "x64-evex-encoding"
-harness = false
