File: 01_disable_benchmarks.diff

package info (click to toggle)
rust-libxml 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: xml: 239; ansic: 45; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Disable benches as they require downloading an external file
  The license of the external file (big.xml) is unclear.
Author: Antonin Delpeuch <antonin@delpeuch>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,11 +86,6 @@ path = "tests/tree_tests.rs"
 name = "xpath_tests"
 path = "tests/xpath_tests.rs"
 
-[[bench]]
-name = "parsing_benchmarks"
-path = "benches/parsing_benchmarks.rs"
-harness = false
-
 [dependencies.libc]
 version = "0.2"