pub fn run_benchmarks<G: Graph<Vertex = Vertex, Edge = Edge>>( group: &mut BenchmarkGroup<'_, WallTime>, setup: impl Fn() -> G + Clone, )
Run all query operation benchmarks