/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*/usediskann_benchmark_runner::Registry;modbenchmark;// Public registration function
pub(crate)fnregister_benchmarks(registry:&mut Registry)->anyhow::Result<()>{benchmark::register_benchmarks(registry)}