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