File: disable-benches.patch

package info (click to toggle)
rust-rspolib 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,12 +30,12 @@
 name = "rspolib"
 path = "src/lib.rs"
 
-[[bench]]
+[[disabled.bench]]
 name = "formatting"
 path = "benches/formatting.rs"
 harness = false
 
-[[bench]]
+[[disabled.bench]]
 name = "parsing"
 path = "benches/parsing.rs"
 harness = false