1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Index: salsa/Cargo.toml
===================================================================
--- salsa.orig/Cargo.toml
+++ salsa/Cargo.toml
@@ -435,25 +435,25 @@ path = "tests/tracked_with_struct_ord.rs
name = "warnings"
path = "tests/warnings/main.rs"
-[[bench]]
-name = "accumulator"
-path = "benches/accumulator.rs"
-harness = false
-
-[[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
+
+#[[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.13"
@@ -517,10 +517,6 @@ default-features = false
[dev-dependencies.annotate-snippets]
version = "0.11.5"
-[dev-dependencies.codspeed-criterion-compat]
-version = "2.6.0"
-default-features = false
-
[dev-dependencies.crossbeam-channel]
version = "0.5.14"
|