Large benches
Compare changes
Files
4@@ -13,37 +13,37 @@ fn bfs_bench(c: &mut Criterion) {
@@ -13,37 +13,37 @@ fn bfs_bench(c: &mut Criterion) {
let (nodes, source, edges) = parse_graph(input.into()).expect("PANIC: Couldn't read input file for 64M benchmark. Currently, this benchmark uses a hard-coded path, so it can only be run on the lab machines.");