graph-api-benches 0.2.1

Benchmarking utilities and performance tests for the graph-api ecosystem
Documentation
1
2
3
4
5
6
7
// Index benchmarks
pub mod edge_label;
pub mod no_index;
pub mod vertex_full_text;
pub mod vertex_hash;
pub mod vertex_label;
pub mod vertex_range;