uncomment rlp benches
This commit is contained in:
parent
21913b29b5
commit
620146bdda
@ -3,7 +3,7 @@
|
|||||||
//! ```bash
|
//! ```bash
|
||||||
//! multirust run nightly cargo bench
|
//! multirust run nightly cargo bench
|
||||||
//! ```
|
//! ```
|
||||||
/*
|
|
||||||
#![feature(test)]
|
#![feature(test)]
|
||||||
|
|
||||||
extern crate test;
|
extern crate test;
|
||||||
@ -94,4 +94,3 @@ fn bench_stream_1000_empty_lists(b: &mut Bencher) {
|
|||||||
let _ = stream.out();
|
let _ = stream.out();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
*/
|
|
Loading…
Reference in New Issue
Block a user