pub fn find_latest_previous_run( runs_root: impl AsRef<Path>, current_run_directory_name: &str, benchmark_command: Option<&str>, ) -> Result<Option<PathBuf>>