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"
|