mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 15:07:56 +00:00
Move the benchmarks into a benches/ directory
This commit is contained in:
-21
@@ -6,15 +6,9 @@
|
||||
#[cfg(test)]
|
||||
extern crate test;
|
||||
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
||||
#[phase(plugin)]
|
||||
extern crate serde_macros;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate debug;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate serialize;
|
||||
|
||||
@@ -25,21 +19,6 @@ pub mod de;
|
||||
pub mod ser;
|
||||
pub mod json;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod bench_enum;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod bench_struct;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod bench_vec;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod bench_map;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod bench_log;
|
||||
|
||||
// an inner module so we can use serde_macros.
|
||||
mod serde {
|
||||
pub use de;
|
||||
|
||||
Reference in New Issue
Block a user