Skip to content
Snippets Groups Projects

Large benches

Merged rarbore2 requested to merge large-benches into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,7 @@ fn main() {
}
#[test]
#[ignore]
fn bfs_test_4096() {
bfs_harness(BFSInputs {
input: "data/graph4096.txt".to_string(),
Loading