This commit is contained in:
debris 2015-12-08 13:22:24 +01:00
parent d5ab429e77
commit 1c58ba4764
1 changed files with 1 additions and 1 deletions

View File

@ -91,6 +91,6 @@ fn bench_stream_1000_empty_lists(b: &mut Bencher) {
for _ in 0..1000 {
stream.append_list(0);
}
//let _ = stream.out();
let _ = stream.out();
});
}