pub fn load_baseline(path: &Path) -> Result<Option<Baseline>>
Load the baseline from a JSON file.
Returns Ok(None) if the file does not exist. Returns Err if the file exists but cannot be read or parsed.
Ok(None)
Err