File: disable_benches.patch

package info (click to toggle)
rust-fluent-syntax 0.12.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 296 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,16 +76,6 @@
 path = "src/bin/update_fixtures.rs"
 required-features = ["json"]
 
-[[bench]]
-name = "parser"
-path = "benches/parser.rs"
-harness = false
-
-[[bench]]
-name = "parser_iai"
-path = "benches/parser_iai.rs"
-harness = false
-
 [dependencies.memchr]
 version = "2.0"