Pipeline: add matching on status code.

This commit is contained in:
Jordan Petridis
2018-01-15 10:16:01 +02:00
parent 2f7a22355f
commit 10345ffda7
2 changed files with 11 additions and 11 deletions
+1 -2
View File
@@ -108,7 +108,6 @@ fn bench_get_future_feeds(b: &mut Bencher) {
b.iter(|| {
let sources = hammond_data::dbqueries::get_sources().unwrap();
hammond_data::pipeline::pipeline(sources).unwrap();
println!("I RUN");
hammond_data::pipeline::pipeline(sources, false).unwrap();
})
}