re-enable the vec benchmarks

This commit is contained in:
Erick Tryzelaar 2014-05-26 09:31:17 -07:00
parent 386b53cce7
commit 897f64283f

View File

@ -23,8 +23,8 @@ pub mod de;
#[cfg(test)]
pub mod bench_struct;
//#[cfg(test)]
//pub mod bench_vec;
#[cfg(test)]
pub mod bench_vec;
#[cfg(test)]
pub mod bench_map;