pub fn build_diff_rows( stats_a: &[ProgStats], b_map: &HashMap<String, u64>, ) -> Vec<DiffRow>
Build diff rows from A stats and B lookup map.