Function read_run_history

Source
pub fn read_run_history(history_path: &Path) -> HashMap<String, usize>
Expand description

Reads run history from a file and returns a HashMap mapping target names to run counts.