pub fn parse_matrix_jsonl(text: &str) -> Result<Vec<PerfRecord>, String>
Parse JSONL text into records (skips blank / comment lines).