1 2 3 4 5 6 7 8 9 10
// benchmark.rs //use crate::benchmark::benchmark_clustering; /// // src/examples/benchmark.rs use hme_toolbox::benchmark::benchmark_clustering; // Use this path fn main() { benchmark_clustering(); // Now you can call it }