Function run_benchmarks

Source
pub fn run_benchmarks<G: Graph<Vertex = Vertex, Edge = Edge>>(
    group: &mut BenchmarkGroup<'_, WallTime>,
    setup: impl Fn() -> G + Clone,
)
Expand description

Run all query operation benchmarks