add a whole bunch of benchmarks for parsing and deserializing json

This commit is contained in:
Erick Tryzelaar
2014-06-03 07:10:44 -07:00
parent a78bbf2947
commit 821740f448
2 changed files with 245 additions and 38 deletions
+4
View File
@@ -5,9 +5,13 @@ extern crate collections;
// test harness access
#[cfg(test)]
extern crate test;
#[phase(syntax, link)]
extern crate log;
#[cfg(test)]
extern crate debug;
#[cfg(test)]
extern crate serialize;