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 any::Any;
pub use app::App;
pub use output::Output;

Modules§

any
app
dispatcher
Dynamic Dispatcher
files
output
registry
utils

Macros§

describeln
Used in DispatchRule::description(f, _) to ensure that additional description lines are properly aligned.
self_map

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.

Traits§

CheckDeserialization
Perform post-process resolution of input and output files paths.
Input