Sign in
fuchsia
/
third_party
/
github.com
/
petgraph
/
petgraph
/
16f08b42632a087683a46f0487a37f040abec33c
/
.
/
crates
/
algorithms
/
benches
/
shortest_paths
/
main.rs
blob: 8af1b946cc0203b05c542fd9a2ec1cbcaa6ec3ea [
file
] [
log
] [
blame
]
use
criterion
::
criterion_main
;
// mod bellman_ford;
// #[path = "../common/mod.rs"]
// pub mod common;
// mod dijkstra;
// mod floyd_warshall;
// mod k_shortest_path_length;
mod
large
;
criterion_main
!(
large
::
benches
);