Skip to main content

Crate diskann_benchmark_runner

Crate diskann_benchmark_runner 

Source
Expand description

A moderately functional utility for making simple benchmarking CLI applications.

Re-exports§

pub use app::App;
pub use benchmark::Benchmark;
pub use input::Input;
pub use output::Output;
pub use registry::Registry;
pub use registry::RegistryError;

Modules§

app
The CLI frontend for benchmark applications built with this crate.
benchmark
files
input
output
registry
utils

Structs§

Checker
Shared context for resolving input and output files paths post deserialization.
Checkpoint
A helper to generate incremental snapshots of data while a benchmark is progressing.