Skip to main content

run_benchmark

Function run_benchmark 

Source
pub fn run_benchmark(
    graph_path: &Path,
    corpus_words: Option<u64>,
    questions: Option<&[&str]>,
    max_bytes: Option<u64>,
) -> Result<BenchmarkResult>