pub fn bench_label_insertion<G>( _group: &mut BenchmarkGroup<'_, WallTime>, _setup: impl Fn() -> G + Clone, )where G: Graph<Vertex = Vertex, Edge = Edge>,