File: 04_remove_benches.diff

package info (click to toggle)
rust-pathfinding 4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,024 kB
  • sloc: sh: 19; makefile: 2
file content (48 lines) | stat: -rw-r--r-- 944 bytes parent folder | download
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
Description: remove benches, depending on unpackaged crates
Author: Antonin Delpeuch <antonin@delpeuch.eu>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -180,41 +180,6 @@ path = "tests/yen.rs"
 name = "yen-issue-507"
 path = "tests/yen-issue-507.rs"
 
-[[bench]]
-name = "algos"
-path = "benches/algos.rs"
-harness = false
-
-[[bench]]
-name = "algos-fill"
-path = "benches/algos-fill.rs"
-harness = false
-
-[[bench]]
-name = "edmondskarp"
-path = "benches/edmondskarp.rs"
-harness = false
-
-[[bench]]
-name = "kuhn_munkres"
-path = "benches/kuhn_munkres.rs"
-harness = false
-
-[[bench]]
-name = "matrices"
-path = "benches/matrices.rs"
-harness = false
-
-[[bench]]
-name = "movingai"
-path = "benches/movingai.rs"
-harness = false
-
-[[bench]]
-name = "separate_components"
-path = "benches/separate_components.rs"
-harness = false
-
 [dependencies.indexmap]
 version = "2.5"