pub async fn benchmark_sstable(
sstable_path: &Path,
schema_path: Option<&Path>,
iterations: u32,
operations: &str,
report_path: Option<&Path>,
memory_profile: bool,
) -> Result<()>Expand description
Benchmark SSTable read performance with various operations