Index: salsa/Cargo.toml
===================================================================
--- salsa.orig/Cargo.toml	2026-05-31 08:29:29.528523479 +0200
+++ salsa/Cargo.toml	2026-05-31 08:29:49.691649342 +0200
@@ -504,26 +504,26 @@
 name = "warnings"
 path = "tests/warnings/main.rs"
 
-[[bench]]
-name = "accumulator"
-path = "benches/accumulator.rs"
-harness = false
-required-features = ["accumulator"]
-
-[[bench]]
-name = "compare"
-path = "benches/compare.rs"
-harness = false
-
-[[bench]]
-name = "dataflow"
-path = "benches/dataflow.rs"
-harness = false
-
-[[bench]]
-name = "incremental"
-path = "benches/incremental.rs"
-harness = false
+# [[bench]]
+# name = "accumulator"
+# path = "benches/accumulator.rs"
+# harness = false
+# required-features = ["accumulator"]
+#
+# [[bench]]
+# name = "compare"
+# path = "benches/compare.rs"
+# harness = false
+#
+# [[bench]]
+# name = "dataflow"
+# path = "benches/dataflow.rs"
+# harness = false
+#
+# [[bench]]
+# name = "incremental"
+# path = "benches/incremental.rs"
+# harness = false
 
 [dependencies.boxcar]
 version = "0.2.14"
@@ -605,10 +605,6 @@
 [dev-dependencies.annotate-snippets]
 version = "0.11.5"
 
-[dev-dependencies.codspeed-criterion-compat]
-version = "4.4.1"
-default-features = false
-
 [dev-dependencies.crossbeam-channel]
 version = "0.5.15"
 
