Add criterion benchmark

This commit is contained in:
hal8174 2023-12-31 20:49:07 +01:00
parent 9cb7e25149
commit 6c2c34f9a3
6 changed files with 520 additions and 6 deletions

View file

@ -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]