pub fn load_regression_baseline( path: &Path, ) -> Result<RegressionBaseline, ExitCode>
Load a regression baseline from disk.
Returns an error if the file does not exist, cannot be read, or contains invalid JSON.