Skip to content
Snippets Groups Projects
Commit 76a82eaf authored by Russel Arbore's avatar Russel Arbore
Browse files

ignore too small test bfs for now...

parent 84d2978f
No related branches found
No related tags found
2 merge requests!215Large benches,!214More optimizations
Pipeline #202016 passed
...@@ -8,6 +8,7 @@ fn main() { ...@@ -8,6 +8,7 @@ fn main() {
} }
#[test] #[test]
#[ignore]
fn bfs_test_4096() { fn bfs_test_4096() {
bfs_harness(BFSInputs { bfs_harness(BFSInputs {
input: "data/graph4096.txt".to_string(), input: "data/graph4096.txt".to_string(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment