Remove benchmarks

Nobody noticed these did not compile for 3 months, so I am guessing nobody
cares. The JSON benchmarks at https://github.com/serde-rs/json-benchmark are
much more relevant.
This commit is contained in:
David Tolnay
2016-10-18 22:19:07 -07:00
parent 21c9446890
commit 536e78a146
8 changed files with 3 additions and 2407 deletions
-4
View File
@@ -29,7 +29,3 @@ clippy = { version = "^0.*", optional = true }
[[test]]
name = "test"
path = "tests/test.rs"
[[bench]]
name = "bench"
path = "benches/bench.rs"