Add criterion benchmark
This commit is contained in:
parent
9cb7e25149
commit
6c2c34f9a3
6 changed files with 520 additions and 6 deletions
|
|
@ -119,12 +119,12 @@ where
|
|||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
|
||||
use crate::{
|
||||
belt_finding::QueueObject,
|
||||
graph::wheighted_graph::{
|
||||
adjacency_list::WheightedAdjacencyList, shortest_path::dijkstra, WheightedGraph,
|
||||
},
|
||||
priority_queue::{BinaryHeap, PriorityQueue},
|
||||
priority_queue::BinaryHeap,
|
||||
};
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue